Linux修改root密码 和 防火墙添加端口 和 设置允许root用户登录SSH
Linux修改root密码
防火墙添加端口
firewall-cmd --permanent --add-port=3306/tcp
设置允许root用户登录SSH
vim /etc/ssh/sshd_config
免费的内网穿透(花生壳) Linux Centos8 安装花生壳和使用教程
免费的内网穿透(花生壳) Linux Centos8 安装花生壳和使用教程
防火墙添加端口
firewall-cmd --permanent --add-port=3306/tcp
vim /etc/ssh/sshd_config
免费的内网穿透(花生壳) Linux Centos8 安装花生壳和使用教程