GH-1264: Implement "ssh_server_host_key" event

This event provides host key fingerprints for both SSH1 and SSH2.
This commit is contained in:
Jon Siwek 2020-11-13 21:48:29 -08:00
parent 93469d811d
commit bd40a97a78
8 changed files with 97 additions and 16 deletions

View file

@ -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,
};