OpenSSH Always Hangs When Connecting to Remote
Darren Tucker
dtucker at zip.com.au
Sun Sep 20 17:25:13 AEST 2015
On Sep 20, 2015 2:08 AM, "Carlo Abelli" <carlo.abelli at gmail.com> wrote:
...
> debug1: SSH2_MSG_KEXINIT sent
I suspect a path mtu problem. The key exchange packet is one of the first
large ones in an SSH connection so it tends to show up such problems.
See http://www.snailbook.com/faq/mtu-mismatch.auto.html
> I believe this is an OpenSSH issue as dropbear works fine:
Dropbear supports a much smaller number of key exchange methods (exactly
one in older versions) so its packets are much smaller than openssh's.
More information about the openssh-unix-dev
mailing list