使用密钥的 SSH 会话非常慢

使用密钥的 SSH 会话非常慢

有几天,我无法使用 ssh 密钥访问实例。此服务器是一个 Ubuntu 实例,其中安装了 gitlab,并且仅启用通过 ssh 密钥进行访问。

检查 sshd 日志我发现:

Feb 15 12:14:14 localhost sshd[16741]: Accepted publickey for git from 87.X.X.X port 54300 ssh2: RSA SHA256:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Feb 15 12:14:14 localhost sshd[16741]: pam_unix(sshd:session): session opened for user git by (uid=0)
Feb 15 12:14:14 localhost systemd-logind[1168]: New session 50 of user git.

但 ssh 连接需要 2-3 分钟才能打开。

我可以检查什么来了解为什么 ssh 连接如此缓慢?当我使用 ssh 执行 git pull 时也是如此,非常非常慢。相反,如果我通过 https 使用 gitlab,它就可以完美运行。

谢谢。

相关内容