- or download this
$ cd ~/.ssh
$ ssh-keygen -t rsa
- or download this
$ ssh-copy-id -i <thishost>on<targethost>.pub <targethost>
- or download this
<targethost>$ cd ~/.ssh
<targethost>$ ssh <thishost> cat ~/.ssh/<thishost>on<targethost>.pub
+>> authorized_keys
- or download this
$ ssh -i ~/.ssh/<thishost>on<targethost> <targethost>
- or download this
Host <targethost>
Hostname <targethost>
StrictHostKeyChecking no
User <Your username>
IdentityFile ~/.ssh/<thishost>on<targethost>