ssh#
Secure shell.
$ ssh user@host
$ ssh -p 2222 user@host
$ ssh -i ~/.ssh/key user@host
$ ssh -L 5432:db:5432 user@bastion
$ ssh -R 9000:localhost:9000 user@public
$ ssh -D 1080 user@host
$ ssh -A user@host
Secure shell.
$ ssh user@host
$ ssh -p 2222 user@host
$ ssh -i ~/.ssh/key user@host
$ ssh -L 5432:db:5432 user@bastion
$ ssh -R 9000:localhost:9000 user@public
$ ssh -D 1080 user@host
$ ssh -A user@host