oraclecloud实例利用 cloud-init 脚本来开启 root 账号密码登录!脚本!
时间:5年前 阅读:18893
利用 cloud-init 脚本来开启 root 账号密码登录!脚本:
#!/bin/bash echo root:qiquanjicom |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
其中qiquanjicom为密码,改为自己的密码就好
微信扫码关注
更新实时通知
网友评论