Execute a remote command over ssh

From SME Server
Revision as of 13:40, 28 December 2014 by RequestedDeletion (talk | contribs)
Jump to navigationJump to search

Execute or run a command over ssh to a remote server and auto disconnect

ssh -t root@ip-sme-or-remote-hostname command


where 'command' is the program or command to run. An example could be:

ssh -t root@192.168.1.5 top