1种方法使用ssh-copy-id -i ~/.ssh/id_rsa.pub 用户@目标机器 密码
2种方法, 拷贝ssh pub key到目标机器, 添加到 ~/.ssh/authorized_keys中
cat id_rsa.pub >>~/.ssh/authorized_keys