编辑sshd_config文件
sudo vim /etc/ssh/sshd_config
启用密码验证
PasswordAuthentication yes
关闭密钥验证
RSAAuthentication no
PubkeyAuthentication no
Ubuntu客户端通过SSH方式远程登录Ubuntu服务器:http://www.linuxdiyf.com/linux/16583.html
使用root账户登录ubuntu 15.04:http://www.linuxdiyf.com/linux/12693.html
secureCRT和Xshell登录Ubuntu:http://www.linuxdiyf.com/linux/4114.html