Re: Using putty to debug ssh through a firewall



On Aug 23, 5:18 pm, NightStrike <nightstr...@xxxxxxxxx> wrote:
On Aug 20, 6:30 am, "Richard E. Silverman" <r...@xxxxxxxx> wrote:





"NS" == NightStrike <nightstr...@xxxxxxxxx> writes:

NS> On Aug 18, 9:46 am, Jacob Nevins <jac...@xxxxxxxxxxxxxxxxxxxxxx>
NS> wrote:
>> NightStrike <nightstr...@xxxxxxxxx> writes: >I currently use ssh to
>> access things outside of a firewall. [...] >debug1:
>> SSH2_MSG_KEXINIT sent

>> >And it just hangs there until the connection times out. Any ideas
>> on >what might be causing a hang at that stage?

>> KEXINIT messages can be quite large. Guess: could it be
>> <http://www.snailbook.com/faq/mtu-mismatch.auto.html>?

NS> It's possible, but I don't think so. I will post tomorrow similar
NS> information but where I force SSH v1 protocol. There will be a
NS> similar hanging point. What would be a good tool to use to see if
NS> a KEXINIT message is in fact being transmitted, however slowly?

Wireshark will show you this, as that portion of the protocol is not yet
encrypted.

--
Richard Silverman
r...@xxxxxxxx

Wireshark is a very handy tool. It shows me trying to send the
KEXINIT message over and over again as a TCP Resend.- Hide quoted text -

- Show quoted text -

Are there any futher suggestions?

.



Relevant Pages