终端下:#ee /etc/ssh/sshd_config
#Protocol 2,1 修改为: Protocol 2
#ListenAddress 0.0.0.0 修改为: ListenAddress 0.0.0.0
#PermitRootLogin yes 修改为 PermitRootLogin yes (linux上默认允许root用户登录,此处可不修改。)
修改完成后重启sshd: /etc/rc.d/sshd restart
现在即可ssh登陆。
CopyRight © 2010-2021 脚本学堂 Jb200.com , All Rights Reserved.