]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Expand comment on BUG_SSH2_OLDGEX to make it clear why it's necessary.
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 11 May 2015 21:44:57 +0000 (22:44 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 11 May 2015 21:44:57 +0000 (22:44 +0100)
commit6912888c8aea6a055f5350c7b2a97b189cd0455b
treecf2cd6189d7c19b25a699b01dfa96e7fb128f34a
parent830a454a42ef817c39ff3ed863b01795927a8132
Expand comment on BUG_SSH2_OLDGEX to make it clear why it's necessary.

I had wondered why we couldn't just catch SSH_MSG_UNIMPLEMENTED, and
now I know: OpenSSH disconnects if the client sends
SSH_MSG_KEX_DH_GEX_REQUEST.
ssh.c