Linux 配置ssh秘钥 操作方法 操作方法 cd /root/.ssh ssh-keygen -t rsa #执行后回车即可 cat id_rsa.pub #查看公钥 echo 'ssh-rsa XXXX' >> authorized_keys #在其他服务器上配置刚的公钥即可免密