报错信息:password authentication failed Permission denied, please try again
1 开启ubuntu上的ssh功能
先安装,安装后就自动开启了.
sudo apt-get install openssh-server openssh-client
关闭防火墙: sudo ufw disable
配置文件 sudo vim /etc/ssh/sshd_config
把PasswordAuthentication设成yes
找到#PermitRootLogin no将其修改为PermitRootLogin yes
重启服务: sudo /etc/init.d/ssh restart
基本上就差不多了吧。
Ubuntu ssh 登陆问题,布布扣,bubuko.com
原文地址:http://www.cnblogs.com/ganmianzhang/p/3789313.html