以CentOS为例,修改sshd配置文件/etc/ssh/sshd_config。
1.禁用DNS反向解析
UseDNS no
2.忽略已登录主机记录
IgnoreRhosts yes
3.关闭GSSAPI验证
GSSAPIAuthentication no[……]
以CentOS为例,修改sshd配置文件/etc/ssh/sshd_config。
1.禁用DNS反向解析
UseDNS no
2.忽略已登录主机记录
IgnoreRhosts yes
3.关闭GSSAPI验证
GSSAPIAuthentication no[……]