Results 1 to 5 of 5
Hi...
Well, I've managed to log on to remote computers (using ssh ) and copy files (using scp ) etc... But how can I run programs on to the remote ...
- 11-18-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 3
How to run apps on remote computer???
Hi...
Well, I've managed to log on to remote computers (using ssh) and copy files (using scp) etc... But how can I run programs on to the remote machine using command line interface??? Thx!
- 11-18-2006 #2
Aren't you given a command line interface when you log in via ssh?
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 11-18-2006 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
If you want to run GUI apps on the remote computer, use the -X option with ssh to allow X forwarding. Remeber this should be enabled in the host computer first. Edit /etc/sshd_config on the host uncommenting this part
and restart your ssh daemon.Code:X11Forwarding yes
orCode:rcsshd restart
Code:/etc/init.d/sshd restart
- 11-19-2006 #4Just Joined!
- Join Date
- Nov 2006
- Posts
- 3
Well, I will preferably stick to CLI mode... I've managed to log on to remote computer using "ssh"... but the question remains, how to run apps using cli mode? By the way, I've never run any apps on my terminal using CLI mode yet, simply because I do not know how to do it... After all I'm a newbie... Please help me in this regard... OK, tell me one thing, how to run apps on ones own terminal in CLI mode? Thx!!!
- 11-19-2006 #5Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
I don't think I understand. You just type the name of the app you want. Do you use the terminal much, or do you have any experience with DOS? This link is a good starting point if you aren't sure.


Reply With Quote