/etc/inetd.conf
ee /etc/inetd.conf
去掉#
/etc/rc.conf
ee /etc/rc.conf
添加一句
sshd_enable="YES"
/etc/ssh/sshd_config
vi /etc/ssh/sshd_config
22行可以修改端口号,非必要就默认22
36行
去掉# 后面修改成 yes
61 PasswordAuthentication yes
62 PermitEmptyPasswords no
/etc/rc.d/sshd(开启服务)
/etc/rc.d/sshd start
# 开启服务
netstat -an | more
如果又22那就恭喜你开启成功