提高ssh连接小技巧

来源:互联网 发布:淘宝店铺装修需要多久 编辑:程序博客网 时间:2024/05/16 04:57
sed -i -e 's/#UseDNS yes/UseDNS no/' -e 's/GSSAPIAuthentication yes/GSSAPIAuthentication no/' /etc/ssh/sshd_config
/etc/init.d/sshd  restart
0 0