Skip to main content

Module ssh

Module ssh 

Source
Expand description

SSH handshake parsing.

Modules§

parser
SSH parser.

Structs§

Ssh
Parsed SSH handshake contents.
SshDhInit
A parsed Diffie-Hellman Key Exchange message sent by the client.
SshDhResponse
A parsed Diffie-Hellman Key Exchange message sent by the server.
SshKeyExchange
A parsed SSH Key Exchange message.
SshNewKeys
SshVersionExchange
A parsed SSH Protocol Version Exchange message.