Basics
Basic connection (to get a remote shell)
Verify that SSH is running on the server
Refer to the section on sshd
Retrieve a remote shell
-i
identity_file
Selects a file from which the identity (private key) for public key authentication is read.
Execute remote commands on the SSH server
Other common flags
-p
Specifies which port to connect to (default is 22)
Last updated