[root@host ~]$ ssh-keygen # 建立密钥对 Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): # 按 Enter Created directory '/root/.ssh'. Enter passphrase (empty for no passphrase): # 输入密码短语,或直接按 Enter 留空 Enter same passphrase again: # 再输入一遍密码短语 Your identification has been saved in /root/.ssh/id_rsa. # 私钥 Your public key has been saved in /root/.ssh/id_rsa.pub. # 公钥 The key fingerprint is: 0f:d3:e7:1a:1c:bd:5c:03:f1:19:f1:22:df:9b:cc:08 root@host