Skip to content

Commit

Permalink
Update Ciphers comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmachos committed Apr 24, 2024
1 parent cb91e5e commit 550a224
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Host *
# not encrypt message sizes when GCM (or EtM) is in use.
# This allows some traffic analysis even without decrypting the data.
# See: http://blog.djm.net.au/2013/11/chacha20-and-poly1305-in-openssh.html
# [email protected] offers both encryption and authentication.
# As such, no separate MAC is required. If the [email protected]
# cipher is selected in key exchange the offered MAC algorithms are ignored
# and no MAC is required to be negotiated.
# See: https://github.com/openssh/openssh-portable/blob/V_8_2/PROTOCOL.chacha20poly1305

MACs [email protected],[email protected],[email protected]
# Only use encrypt then mac (etm) MACs
Expand Down

0 comments on commit 550a224

Please sign in to comment.