-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! SSH audit events and contexts
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -230,13 +230,13 @@ and TLS probe points. | |
|
||
##### SSH context names | ||
|
||
| name | description | | ||
|------------------------|-----------------------------| | ||
| `ssh::handshake_client`| SSH handshake for client | | ||
| `ssh::handshake_server`| SSH handshake for server | | ||
| `ssh::client_key_sign` | SSH client key signature | | ||
| `ssh::server_key_sign` | SSH server key signature | | ||
| `ssh::key_exchange` | SSH key exchange | | ||
| name | description | | ||
|------------------------|----------------------------------------| | ||
| `ssh::handshake_client`| SSH handshake for client | | ||
| `ssh::handshake_server`| SSH handshake for server | | ||
| `ssh::client_key_sign` | SSH client key signature/verification | | ||
| `ssh::server_key_sign` | SSH server key signature | | ||
| `ssh::key_exchange` | SSH key exchange | | ||
|
||
##### SSH keys | ||
|
||
|
@@ -253,9 +253,9 @@ We distinguish server and client values by the context we are in. We log all rel | |
| `ssh::kex_group` | Group used for key exchange | For DH from moduli - modulus itself. Otherwise group name. | | ||
| `ssh::c2s_cipher` | Data cipher algorithm | `[email protected]` | | ||
| `ssh::s2c_cipher` | | | | ||
| `ssh::c2s_mac` | Data integrity algorithm | empty string for "implicit" | | ||
| `ssh::c2s_mac` | Data integrity algorithm | Omitted for "implicit" | | ||
| `ssh::s2c_mac` | | | | ||
| `ssh::c2s_compression` | Data compression algorithm | empty string for "none" | | ||
| `ssh::c2s_compression` | Data compression algorithm | Omitted for "none" | | ||
| `ssh::s2c_compression` | | | | ||
|
||
### CBOR based logging format definition | ||
|