From da17d93c7b4e5957bfea93a8b261524040a0339f Mon Sep 17 00:00:00 2001 From: Will Fantom Date: Thu, 6 Jun 2024 11:46:40 +0100 Subject: [PATCH] fix: Updated policy reasons unknown - just for the ci pipeline to be happy --- policy/policy.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/policy.txt b/policy/policy.txt index 5214c15..f540023 100644 --- a/policy/policy.txt +++ b/policy/policy.txt @@ -13,7 +13,7 @@ hostkey_size_rsa-sha2-512 = 3072 hostkey_size_ssh-rsa = 3072 # Group exchange DH modulus sizes. -dh_modulus_size_diffie-hellman-group-exchange-sha256 = 2048 +dh_modulus_size_diffie-hellman-group-exchange-sha256 = 4096 # The host key types that must match exactly (order matters). host keys = ssh-ed25519, rsa-sha2-512, rsa-sha2-256, rsa-sha2-512, rsa-sha2-256 @@ -22,7 +22,7 @@ host keys = ssh-ed25519, rsa-sha2-512, rsa-sha2-256, rsa-sha2-512, rsa-sha2-256 #optional host keys = ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com # The key exchange algorithms that must match exactly (order matters). -key exchanges = curve25519-sha256, curve25519-sha256@libssh.org, diffie-hellman-group-exchange-sha256, diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group14-sha256 +key exchanges = curve25519-sha256, curve25519-sha256@libssh.org, diffie-hellman-group-exchange-sha256, diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group14-sha256, kex-strict-s-v00@openssh.com # The ciphers that must match exactly (order matters). ciphers = chacha20-poly1305@openssh.com, aes128-ctr, aes192-ctr, aes256-ctr, aes128-gcm@openssh.com, aes256-gcm@openssh.com