测试版本使用的Ubuntu 20.04,Ubuntu 16.4以上版本都可以这样配置。
sudo apt install openssh-server
sudo passwd root
sudo apt install openssh-server
sudo vim /etc/ssh/sshd_config
/PermitRootLogi
修改以下配置:
#LoginGraceTime 2m #PermitRootLogin prohibit-password #StrictModes yes #MaxAuthTries 6 #MaxSessions 10
LoginGraceTime 2m PermitRootLogin yes StrictModes yes #MaxAuthTries 6 #MaxSessions 10
sudo service ssh restart
上一篇:Ubuntu配置更换国内源(软件源)的方法,更符合自己系统的源
下一篇:安装openssh-server报Depends: openssh-client (= 1:6.6p1-2ubuntu2.8)错误
评论列表
发表评论
热评文章
相关阅读