Find the answer to your Linux question:
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 ...
  1. #1
    Just 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!

  2. #2
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942
    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

  3. #3
    Linux 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
    Code:
    X11Forwarding yes
    and restart your ssh daemon.
    Code:
    rcsshd restart
    or
    Code:
    /etc/init.d/sshd restart

  4. #4
    Just 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!!!

  5. #5
    Linux 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...