= | Specifies the local machine |
roger | Use "rsh" to connect to "roger" |
!roger | Use "ssh" to connect to "roger" |
55060:= | Connect thru localhost port 55060 to localhost |
55060:roger | Connect thru port 55060 then "rsh" to "roger" |
55060:!roger | Connect thru port 55060 then "ssh" to "roger" |
xsd port=55060will bring up a slightly modified set of connection options:
= | Specifies the local machine |
:= | Connect thru localhost port 55060 to localhost |
roger | Connect thru port 55060 then "rsh" to "roger" |
!roger | Connect thru port 55060 then "ssh" to "roger" |
> ssh-keygen -t rsa generating public/private rsa key pair. Enter file in which to save the key (/home/rob/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/rob/.ssh/id_rsa. Your public key has been save in /home/rob/.ssh/id_rsa.pub. The key fingerprint is: a6:5c:c3:eb:18:94:0b:06:a1:a6:29:58:fa:80:0a:bc rob@localhost > cat .ssh/id_rsa.pub > /.ssh/authorized_keys > chmod 0700 .ssh > chmod 0600 .ssh/id_rsa