ssh设置DNS不解析
sed -i "s/#UseDNS yes/UseDNS no/" /etc/ssh/sshd_config
/etc/init.d/sshd restart
systemctl restart sshd
ssh设置DNS不解析
sed -i "s/#UseDNS yes/UseDNS no/" /etc/ssh/sshd_config
/etc/init.d/sshd restart
systemctl restart sshd
转载于:https://www.cnblogs.com/Liang-jc/p/9796213.html