咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
照以下步骤输入命令并操作:
1、修改sshd_config文件,命令为:vi /etc/ssh/sshd_config
2、将#PasswordAuthentication no的注释去掉,并且将NO修改为YES
3、将#PermitRootLogin yes的注释去掉
4、重新启动SSH服务,命令为:service sshd restart
5、验证SSH服务状态,命令为:service sshd status
下载 putty http://www.landui.com/sw-search-sp/soft/78/15699/putty_V0.63.0.0.43510830.exe
好的可以了,输入用户名密码,登陆成功了!
下一步设置sshd开机自动运行。chkconfig sshd on
重启一下,就可以了