底层防火墙技术改了,SuSEfirewall 已经没了,现在用 firewalld 了。所以 YaST 现在配置不了防火墙了。
1赞
那新版的如何开启ssh服务
sudo firewall-cmd --zone=public --add-service=ssh
sudo firewall-cmd --zone=public --permanent --add-service=ssh
1赞
哈,新人谢谢大佬。