SSH Command Line Utilities Usage

by Ranganathan 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
805
like
0
dislike
0
mail
flag

You must LOGIN to add comments