Skip to content

Commit b7d698d

Browse files
committed
Added policy for hardened OpenSSH v8.4.
1 parent b0c0074 commit b7d698d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

policies/openssh_8_4.txt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#
2+
# Official policy for hardened OpenSSH v8.4.
3+
#
4+
5+
name = "Hardened OpenSSH v8.4"
6+
version = 1
7+
8+
# RSA host key sizes.
9+
hostkey_size_rsa-sha2-256 = 4096
10+
hostkey_size_rsa-sha2-512 = 4096
11+
12+
# Group exchange DH modulus sizes.
13+
dh_modulus_size_diffie-hellman-group-exchange-sha256 = 2048
14+
15+
# The host key types that must match exactly (order matters).
16+
host keys = rsa-sha2-512, rsa-sha2-256, ssh-ed25519
17+
18+
# Host key types that may optionally appear.
19+
20+
21+
# The key exchange algorithms that must match exactly (order matters).
22+
key exchanges = curve25519-sha256, [email protected], diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group-exchange-sha256
23+
24+
# The ciphers that must match exactly (order matters).
25+
ciphers = [email protected], [email protected], [email protected], aes256-ctr, aes192-ctr, aes128-ctr
26+
27+
# The MACs that must match exactly (order matters).
28+

0 commit comments

Comments
 (0)