Linux ssh登陆老提示“permission denied,please try again” ,但是iptables已经关掉了
修改/etc/ssh/sshd_config文件。找如下的一句
#PermitRootLogin yes
改为如下的
PermitRootLogin yes
注意,要把前面的#号去掉。
重启sshd服务器
# service sshd restart
Cobbler自动安装的Linux系统ssh无法进入,布布扣,bubuko.com
原文地址:http://www.cnblogs.com/liangliangdetianxia/p/3834629.html