search for: ssh2_msg_disconnect

Displaying 2 results from an estimated 2 matches for "ssh2_msg_disconnect".

2013 Jan 04
16
[Bug 2057] New: ssh should treat "Received disconnect" messages as errors
...signee: unassigned-bugs at mindrot.org Reporter: imorgan at nas.nasa.gov Created attachment 2204 --> https://bugzilla.mindrot.org/attachment.cgi?id=2204&action=edit Use error() to report "Received disconnect" messages to the user In packet.c, logit() is used to report SSH2_MSG_DISCONNECT and SSH_MSG_DISCONNECT messages to the user. This means that if the user has LogLevel set to "error," such messages will be suppressed. Since the circumstances which trigger packet_disconnect() to be called are really error conditions, it seems more appropriate to use error(). One scenar...
2010 Mar 12
1
Is this a bug in 5.4p1?
I am testing with a 5.4p1 client and have noticed, on the server side, that sometimes an SSH_MSG_DISCONNECT message is received with the following 28-byte long payload: 0x00 0x00 0x00 0x0b Reason: SSH_DISCONNECT_BY_APPLICATION 0x00 0x00 0x00 0x14 Description string length: 20 bytes 0x64 0x69 0x73 0x63 0x6f 0x6e 0x6e 0x65