Displaying 1 result from an estimated 1 matches for "kex_parse_init".
2011 Mar 18
2
[Bug 1213] ssh-keyscan exits in mid-way
...ed patch
has modified verbage for the server that attempts to distnguish the
difference.
I have a general issue with this anyhow. Wouldn't it be possible to
check the server algorithms BEFORE asking the server to return a key
that it doesn't have. If I read the code correctly, the
debug2:kex_parse_init messages indicate that the code extracts the list
of algorithms that the server supports from the SSH2_MSG_KEXINIT
response. Isn't that before the request? Right now both the server
and the client issue the same abort message and that seems a waste of
time (and log file space (;-})).
--
Con...