Skip to content

Commit

Permalink
fixup! SSH audit events and contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
beldmit committed Jun 28, 2023
1 parent 1937966 commit a04e720
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/logging-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit a04e720

Please sign in to comment.