LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   launch ssh or other command line app from desktop shortcut kde (https://www.linuxquestions.org/questions/linux-newbie-8/launch-ssh-or-other-command-line-app-from-desktop-shortcut-kde-667603/)

pauledwards03 09-04-2008 02:42 PM

launch ssh or other command line app from desktop shortcut kde
 
I know this will get answered in under a minute or so... How do you launch a command line app (I want to use ssh) from a shortcut (either desktop or keyboard) in KDE? I created a link to application and put the comand "sudo ssh 10.72.11.111" (w/o quotes) in it but it does not work, just runs then closes and I never see the window. I also tried sudo ssh 10.72.11.111 & but no luck. Thanks

rocket357 09-04-2008 02:54 PM

xterm -e "sudo ssh <user@host>"

Though, honestly, sudo isn't necessary here.

pauledwards03 09-04-2008 02:57 PM

Thanks for the quick reply. can that be done with xfce terminal? I am sort of addicted to transparency. :)

rocket357 09-04-2008 02:58 PM

No problem =) Let me know if it works for you.

pauledwards03 09-04-2008 02:59 PM

To answer my own question, yes it can. Thanks again

rocket357 09-04-2008 03:01 PM

aterm -sh 70 -fade 50 -tr -trsb -bl

Yay transparency!


All times are GMT -5. The time now is 10:13 PM.