Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
[deleted comment]
Everything works as expected.
SSH_MSG_DISCONNECT will never be sent when a session is being closed, due to
the fact that the message has no relation to sessions (this message can be used
to inform the other party when shutting down the _whole_ SSH connection). When
closing a session, the software sends a SSH_MSG_CHANNEL_CLOSE (see RFC4254,
section 5.3, "Closing a Channel").
SSH_MSG_DISCONNECT is declared in Packets.java and correctly used in the
TransportManager code, simply call Connection.close() and the message will be
sent.
Original comment by cleondris
on 10 Jun 2013 at 3:27
Original comment by cleondris
on 10 Jun 2013 at 3:31
Thanks for the information.
Original comment by venuka...@gmail.com
on 11 Jun 2013 at 5:42
Original issue reported on code.google.com by
venuka...@gmail.com
on 10 Jun 2013 at 11:38