SSH不允许进行DNS解析
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