例如两台服务器 192.168.0.1 192.168.0.2 把192.168.0.1下的文件无密码复制到192.168.0.2下服务器
ssh-keygen -t rsa
cat id_rsa.pub >> ~/.ssh/authorized_keys