ssh - Secure Shell



$ ssh hostname
$ ssh user@hostname
$ ssh -p port hostname

$ ssh hostname "command; command; ...."