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可以正常登入
