标签: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).
标签:etc root init.d res 无法 without 配置文件 restart ssh
原文地址:https://www.cnblogs.com/nulige/p/8979157.html