Đầu tiên thì dùng ssh-key để tạo key pair (public và private key) cách làm có thể google hoặc xem tại http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/internet/node31.html.
Tiếp theo thì chỉnh sửa file sshd_config:
Code:
PubkeyAuthentication yes
PasswordAuthentication no
Done.