ssh连接Ubuntu之access denied
解决方法是:
修改/etc/ssh/ssh_config文件,
#PermitRootLogin prohibit-password改为
PermitRootLogin yes
PasswordAuthentication yes
然后!!!!!!!!!!
最后,设置root的密码。passwd root。
重启ssh(/etc/init.d/ssh restart)之后就可以了。
最后
以上就是迷你丝袜最近收集整理的关于连接ssh显示access denied,设置PermitRootLogin yes后依然不行解决办法的全部内容,更多相关连接ssh显示access内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复