mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
GH-1264: Implement "ssh_server_host_key" event
This event provides host key fingerprints for both SSH1 and SSH2.
This commit is contained in:
parent
93469d811d
commit
bd40a97a78
8 changed files with 97 additions and 16 deletions
|
@ -30,7 +30,8 @@ export {
|
|||
USER_NAME,
|
||||
## Certificate SHA-1 hash.
|
||||
CERT_HASH,
|
||||
## Public key MD5 hash. (SSH server host keys are a good example.)
|
||||
## Public key MD5 hash, formatted as hexadecimal digits delimited by colons.
|
||||
## (SSH server host keys are a good example.)
|
||||
PUBKEY_HASH,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue