Xshell 5连接上suse

# 关闭防火墙

systemctl stop SuSEfirewall2.service

systemctl stop SuSEfirewall2_init.service

 

systemctl disable SuSEfirewall2.service

systemctl disable SuSEfirewall2_init.service

 

# 设置密码可以登陆

sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/' /etc/ssh/sshd_config

 也可以直接vim /etc/ssh/sshd_config 打开文件去掉如下图的注释,将no改成yes

 

 

 

 

 

# 启动 sshd 服务

systemctl restart sshd

systemctl enable sshd

 

posted @ 2017-09-01 10:50  姚红  阅读(1069)  评论(0编辑  收藏  举报