Comment re ill-formed SSH_MSG_DISCONNECT spotted in the wild from OpenSSH 5.3p1

This commit is contained in:
Tony Garnock-Jones 2011-11-02 18:52:39 -04:00
parent a1f38b86bf
commit 6271b7a3af
1 changed files with 4 additions and 0 deletions

View File

@ -236,6 +236,10 @@
(define-ssh-message-type ssh-msg-disconnect SSH_MSG_DISCONNECT
(uint32 reason-code)
(string description)
;; TODO: OpenSSH 5.3p1 Debian-3ubuntu7 25 Mar 2009 (from lucid)
;; sends SSH_MSG_DISCONNECT without the language-tag field! In
;; particular, when I press ^D to terminate my session, I get
;; #"\1\0\0\0\v\0\0\0\24disconnected by user".
(string language-tag))
(define-ssh-message-type ssh-msg-unimplemented SSH_MSG_UNIMPLEMENTED