Hi, I have a problem for the ssh2, when i try to connect the verbose mode on the client stops the messages to the follow: Wait SSH2_MSG_KEXDH_REPLY after some minutes appear that the connection is timed out. How i'll do to reach the hosts in ssh2? Tahks D.
davide wrote:> I have a problem for the ssh2, when i try to connect the verbose mode > on the client stops the messages to the follow: > > Wait SSH2_MSG_KEXDH_REPLY > > after some minutes appear that the connection is timed out. > How i'll do to reach the hosts in ssh2?There's a few things worth checking here: http://www.openssh.com/faq.html#3.3 but I would bet on this: http://www.snailbook.com/faq/mtu-mismatch.auto.html -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
It is timing out on a Key Exchange .. Has the server generated all the keys necessary to talk to any client using either DSA or RSA? Is this the only server this part hangs on or does it do it with all servers? Thanks, LDB davide wrote:>Hi, >I have a problem for the ssh2, when i try to connect the verbose mode >on the client stops the messages to the follow: > >Wait SSH2_MSG_KEXDH_REPLY > >after some minutes appear that the connection is timed out. >How i'll do to reach the hosts in ssh2? >Tahks >D. > >_______________________________________________ >openssh-unix-dev mailing list >openssh-unix-dev at mindrot.org >http://www.mindrot.org/mailman/listinfo/openssh-unix-dev > > > > >