Skip to content

packet: Allow SSH2_MSG_EXT_INFO when authenticated

Anderson Sasaki requested to merge msg_ext_info_in_rekey into master

When the server requests rekey, it can send the SSH2_MSG_EXT_INFO. This message was being filtered out by the packet filtering. This includes a test to enforce the filtering rules for this packet type.

Signed-off-by: Anderson Toshiyuki Sasaki ansasaki@redhat.com

Merge request reports