SSH不允许进行DNS解析

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