vi /etc/ssh/sshd_config
修改
UseDNS yes
为
UseDNS no
如果没有这一项的话,自己手动添加
GSSAPIAuthentication yes
修改为
GSSAPIAuthentication no
如果没有这一项的话,自己手动添加
然后重新启动sshd
service sshd restart
修改
UseDNS yes
为
UseDNS no
如果没有这一项的话,自己手动添加
GSSAPIAuthentication yes
修改为
GSSAPIAuthentication no
如果没有这一项的话,自己手动添加
然后重新启动sshd
service sshd restart