ssh host
Connect to “host” as your local username
ssh user@host
Connect to “host” as “user”
ssh -p port user@host
Connect to “host” using “port”
ssh-keygen
Create a new SSH key pair
ssh-copy-id user@host
Copy SSH key to the remote host to enable passwordless logins for “user”