ganymed 连接SSH配置
修改/etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
修改完成后重新启动SSHD服务
service sshd restart
发布时间: 2013-10-25 14:36:53 作者: rapoo
ganymed 连接SSH配置
修改/etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
修改完成后重新启动SSHD服务
service sshd restart