centos7 ssh连接慢的解决方法

_
vim /etc/ssh/sshd_config

按i编辑插入
找到
UseDNS去掉前面的#号 改为 no

GSSAPIAuthentication 改为 no

然后:wq 保存退出

systemctl restart sshd

重启

macOS一键安装homebrew国内镜像 2022-07-29
subprocess.CalledProcessError: Command '('lsb_release', '-a')' returned non-zero exit status 1. 2022-09-17

评论区