ucms大佬:
创建vps的时候,设置root登录,设置密码
- #!/bin/bash
- echo root:创建密码 |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 reboot
甲骨文的ubuntu系统,自带了防火墙,只开外面的安全组还不行
#强制删除
- rm -rf /etc/iptables && reboot
我是第一次用甲骨文,所以百度了这些,给各位分享一下
评论前必须登录!
注册