Tut: Tạo key file xác thực login ssh
Tut by: Quỷ lệ VHB Group
Bước 1: Tạo private key
ssh-keygen –t rsa
2. Thực hiện tiếp:
cd .ssh
mv id_rsa.pub authorized_keys
chmod 600 authorized_keys
3. Tạo file grivate key để mang qua client
Truy cập /root/.ssh mở file id_rsa copy toàn bộ nội dung file id_rsa và lưu lại ở máy tính với tên private.ppk
4/ Mở file /etc/ssh/sshd_conf
Tìm
PasswordAuthentication yes
Sửa thành
PasswordAuthentication no
- Tìm
#PubkeyAuthentication yes
#AuthorizedKeysFile .ssh/authorized_keys
Bỏ dấu # ở đầu đi
Cụ thể các bạn xem video
Đăng nhận xét Blogger Facebook