码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu16.04 ssh服无法远程连接解决办法

时间:2018-05-02 13:17:46      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:etc   root   init.d   res   无法   without   配置文件   restart   ssh   

1、安装ssh服务
sudo apt-get install openssh-server

2、修改配置文件
sudo vi /etc/ssh/sshd_config
#PermitRootLogin without-password #注释掉这行
PermitRootLogin yes #增加这行

#重启服务
/etc/init.d/ssh restart

3、远程连接报下面错误,解决方法同上
[root@salt ~]# ssh root@192.168.141.77
Permission denied (publickey,password).

 

ubuntu16.04 ssh服无法远程连接解决办法

标签:etc   root   init.d   res   无法   without   配置文件   restart   ssh   

原文地址:https://www.cnblogs.com/nulige/p/8979157.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!