海天一树的ChinaUnix博客
zhenghaishu
全部博文(51)
2017年(4)
2016年(7)
2015年(9)
2014年(31)
jk328019
dazhuang
eyinliju
yangheng
luoyuwan
三欠啊哈
HelloWuy
却早已分
车玉军
分类: LINUX
2014-09-15 11:42:12
SecureCRT远程登录失败,提示“Password authentication failed”
解决方案:
1 vi服务端的/etc/ssh/sshd_config
把PasswordAuthentication设成yes
把#PermitRootLogin no改为PermitRootLogin yes
2 重启服务器端的sshd服务
/etc/init.d/sshd restart
3 重启客服端的SecureCRT程序
上一篇:Linux永久关闭防火墙和SELinux
下一篇:Linux设置服务开机启动
登录 注册