Skip to content

Commit

Permalink
fix: Update key exchange algos
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFantom committed Jul 27, 2024
1 parent 0b7cf00 commit 64c3494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/policy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dh_modulus_size_diffie-hellman-group-exchange-sha256 = 4096
host keys = ssh-ed25519, rsa-sha2-512, rsa-sha2-256, rsa-sha2-512, rsa-sha2-256

# The key exchange algorithms that must match exactly (order matters).
key exchanges = curve25519-sha256, [email protected], diffie-hellman-group-exchange-sha256, diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group14-sha256, [email protected]
key exchanges = curve25519-sha256, [email protected], diffie-hellman-group-exchange-sha256, diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group14-sha256, ext-info-s, [email protected]

# The ciphers that must match exactly (order matters).
ciphers = [email protected], aes128-ctr, aes192-ctr, aes256-ctr, [email protected], [email protected]
Expand Down

0 comments on commit 64c3494

Please sign in to comment.