sed -i '/GSSAPIAuthentication/s#.*#GSSAPIAuthentication no#g' /etc/ssh/sshd_config
sed -i '/UseDNS/s#.*#UseDNS no#g' /etc/ssh/sshd_config
systemctl restart sshd
————————————————
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/cumtglad/article/details/138953324
方法一、 X11 forwarding依赖xorg-x11-xauth软件包,需要先安装xorg-x11-xauth软件包。
[root@VM-4-11-centos ~]# yum install xorg-x11-xauth
Comments | NOTHING