从我的 Mac 笔记本电脑通过 SSH 连接到我的 Linux 工作站完全没问题,只是有时需要很长时间才能看到提示。如果我再试一次,速度会像往常一样快,但几个小时后当我重新连接时,我又看到了延迟。几天前从未发生过这种情况,重新启动工作站也无济于事。
我尝试运行ssh -vvv my.host.com
并且延迟如下:
debug1: pledge: filesystem
debug3: client_repledge: enter
-----> Very long delay here <-----
debug3: receive packet: type 80
debug1: client_input_global_request: rtype [email protected] want_reply 0
debug3: client_input_hostkeys: received RSA key SHA256:<snip>
debug1: client_input_hostkeys: searching /Users/jacobsa/.ssh/known_hosts for <snip> / (none)
这些行之间的延迟可能意味着什么?客户端只是在等待,这让我认为缓慢的操作可能是在服务器端。我如何查看那里发生的事情的日志/痕迹?