搜索 YaST Firewall,打开防火墙配置。 在 public 中添加 ssh 即可。
vi /etc/ssh/sshd_config
PasswordAuthentication yes
service sshd start
chkconfig sshd on chkconfig sshd off
chkconfig sshd on
chkconfig sshd off