1. vim /etc/ssh/sshd_config,:set nu,修改配置的33行PermitRootLogin yes ,38行PubkeyAuthentication yes ,57行PasswordAuthentication yes。修改前是#PermitRootLogin prohibit-password ,#PubkeyAuthentication yes
2.重启服务 /etc/init.d/ssh restart
3.开机启动 update-rc.d ssh enable ,关闭开机启动 update-rc.d ssh disabled
4.部分需要root运行。