1. cd /root/.ssh/
    2. # 生成密钥,一路回车即可
    3. ssh-keygen -t dsa
    4. # 将密钥传送到远程服务器
    5. ssh-copy-id -i id_dsa.pub root@175.24.11.117