ssh

Secure shell remote login

← All commands

Common Examples

$ ssh user@host
$ ssh -i key.pem user@host
$ ssh -p 2222 user@host
$ ssh -L 8080:localhost:80 user@host