Debian/Ubuntu系统启用root远程登陆

Debian首先先用普通账户连接SSH 切换root登录

su -

Ubuntu使用

sudo -i

安装基础软件 执行代码

apt install sudo vim curl wget -y
cat >> /etc/ssh/sshd_config << EOF
PermitRootLogin yes
PasswordAuthentication yes
EOF
systemctl restart sshd

 

 

© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容