- 生成服务器A的RSA密码对
ssh-keygen -t rsa
- 复制公钥到服务器B
ssh-copy-id root@172.31.0.1
服务器A的公钥id_rsa.pub,在服务器B的known_hosts里面
root@localhost:~/.ssh$ ll
总用量 24
drwx------ 2 x x 4096 8月 11 00:22 ./
drwxr-xr-x 48 x x 4096 8月 11 00:25 ../
-rw------- 1 x x 2590 3月 30 22:41 id_rsa
-rw-r--r-- 1 x x 559 3月 30 22:41 id_rsa.pub
-rw------- 1 x x 2438 8月 10 22:45 known_hosts