-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 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 |
---|---|---|
|
@@ -64,8 +64,11 @@ Host * | |
# 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 | ||
# Only use encrypt then MAC (etm) MACs | ||
# Allow only HMAC-SHA2-512/256 or UMAC-128 | ||
# https://crypto.stackexchange.com/a/56432 | ||
# https://crypto.stackexchange.com/a/56432 | ||
# If chacha20-poly1305 is the cipher in use these offered MACs are ignored | ||
# Included incase I add another cipher, other than chacha20-poly1305, above to connect | ||
# to a system that does not support chacha20-poly1305 | ||
|
||
|