SSH Command Line Utilities Usage
by Ranganathan[ Edit ] 2012-08-27 16:23:42
SSH: Secure Remote Login and Command Execution<br>
ssh is used to connect into a remote machine and for executing commands on a remote host.<br>
syntax: ssh user@hostname [command]<br>
<br>Example<br>
ssh jhawkins@collie.stanford.edu