-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chg: Debian12, Ubuntu20+: enable sntrup KEX by default
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -65,7 +65,7 @@ MACs [email protected],[email protected],hmac-sha2-512-etm@openssh. | |
# the most secure dh-based kex. | ||
# we avoid algorithms based on the disputed NIST curves, and anything based | ||
# on sha1. | ||
KexAlgorithms curve25519-sha256,[email protected],diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group14-sha256,diffie-hellman-group-exchange-sha256 | ||
KexAlgorithms [email protected],curve25519-sha256,[email protected],diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group14-sha256,diffie-hellman-group-exchange-sha256 | ||
|
||
# force rekey every 512M of data or 6 hours of connection, whichever comes first | ||
RekeyLimit 512M 6h | ||
|