Debian首先先用普通账户连接SSH 切换root登录
su -
Ubuntu使用
sudo -i
安装基础软件 执行代码
apt install sudo vim curl wget -y
cat >> /etc/ssh/sshd_config << EOFPermitRootLogin yesPasswordAuthentication yesEOFsystemctl restart sshd
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容