There is none, because it's so obvious.
The 'ssh' command takes two arguments: a
hostname
(or IP address) and, optionally, a command. The command is run remotely on the host specified by hostname
. For example, the following command executes the 'ls' command as 'root' on the host 'mysrv':$ ssh root@mysrv ls Password: bin inst-sys
No comments:
Post a Comment