ssh免密码登录配置 生成密钥到/root/.ssh目录下$ ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa 执行下面命令实现本地免密码登录$ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized