$ ssh-keygen 2048 -t rsa -f output-file-name
$ ssh user@ip "mkdir .ssh/"
$ scp -r publickey.pub ubuntu@ip:~/.ssh
$ ssh user@ip "cat ~/.ssh/publickey.pub >> ~/.ssh/authorize_key"
เก็บ private ไว้ ** เราใช้ private ในการ เข้าระบบ
$ vi /etc/ssh/sshd_config
change
#PasswordAuthentication yes
...
PasswordAuthentication no