如何开启SUSE Linux的SSH

1. 使用命令行停止防火墙

/etc/init.d/SuSEfirewall2_init stop
/etc/init.d/SuSEfirewall2_setup stop

2. 修改

vi /etc/ssh/sshd_config
修改:

#PermitRootLogin yes

PasswordAuthentication yes

3. 重启ssh服务

service sshd restart

/usr/sbin/sshd

4. 使用SecureCRT和PuTTY可以正常登录

posted @ 2014-05-18 09:04  aprial  阅读(1883)  评论(0编辑  收藏  举报