Skip to content

Commit d34b93a

Browse files
authored
Merge pull request #1158 from opencrvs/oni-on1003-patch-1
Fix unsupported unsupported KEX algorithm
2 parents 61aafdb + 0bae105 commit d34b93a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Source: https://www.ssh-audit.com/hardening_guides.html#ubuntu_24_04_lts
22
# Restrict key exchange, cipher, and MAC algorithms, as per sshaudit.com hardening guide.
3-
KexAlgorithms [email protected],gss-curve25519-sha256-,curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256,gss-group16-sha512-,diffie-hellman-group16-sha512
3+
KexAlgorithms [email protected],curve25519-sha256,[email protected],diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512
44
Ciphers [email protected],[email protected],aes256-ctr,aes192-ctr,[email protected],aes128-ctr
55
66
RequiredRSASize 3072
77
HostKeyAlgorithms [email protected],[email protected],[email protected],[email protected],[email protected],ssh-ed25519,rsa-sha2-512,rsa-sha2-256
88
CASignatureAlgorithms [email protected],ssh-ed25519,rsa-sha2-512,rsa-sha2-256
9-
GSSAPIKexAlgorithms gss-curve25519-sha256-,gss-group16-sha512-
9+
#GSSAPIKexAlgorithms gss-curve25519-sha256-,gss-group16-sha512-
1010
HostbasedAcceptedAlgorithms [email protected],[email protected],[email protected],[email protected],[email protected],ssh-ed25519,rsa-sha2-512,rsa-sha2-256
11-
PubkeyAcceptedAlgorithms [email protected],[email protected],[email protected],[email protected],[email protected],ssh-ed25519,rsa-sha2-512,rsa-sha2-256
11+
PubkeyAcceptedAlgorithms [email protected],[email protected],[email protected],[email protected],[email protected],ssh-ed25519,rsa-sha2-512,rsa-sha2-256

0 commit comments

Comments
 (0)