甲骨文ubuntu服务器默认使用ubuntu用户和密钥登陆,开启root登录的方式
echo root:password |sudo chpasswd root
sudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;
sudo sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config;
sudo service sshd restart
修改第一条命令里面的password 替换成自己的密码
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容