linux ssh 互信

ssh-keygen -t rsa
ssh-copy-id -i ~/.ssh/id_rsa.pub   username@hostname

  

原文地址:https://www.cnblogs.com/omsql/p/12333108.html