我最近注意到,我通过 ssh 连接到 LAN 的任何主机都会在询问密码之前等待 5 秒。
ping
有时也会等待,但时间较短(比如2秒),但它表明它已经正确解析了地址。
nslookup
使用我的本地 DNS 解析速度非常快。
问题是,我该如何调试这个?
编辑:
在 ssh 中,这些行之间有延迟:
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
答案1
ssh -v
在原始系统上使用,/var/log/*
在目标上检查。尝试通过 IP 地址和主机名来计时访问。