ssh

上級
1/7
user@linux:~/workspace$
ssh alice@server.example.com

Explanation

Connects to the server as user "alice". Enter password when prompted.

Options

-iIdentity file (private key)
-pSpecify port
-LLocal port forwarding
-RRemote port forwarding
-NNo command (for tunneling)
-vVerbose (for debugging)
-AAgent forwarding