2020-07-06 22:16:52 +02:00
|
|
|
#
|
|
|
|
# Official policy for hardened OpenSSH on Ubuntu Server 18.04 LTS.
|
|
|
|
#
|
|
|
|
|
2020-07-15 20:32:14 +02:00
|
|
|
name = "Hardened Ubuntu Server 18.04 LTS"
|
2020-07-06 22:16:52 +02:00
|
|
|
version = 1
|
|
|
|
|
|
|
|
# Group exchange DH modulus sizes.
|
|
|
|
dh_modulus_size_diffie-hellman-group-exchange-sha256 = 2048
|
|
|
|
|
|
|
|
# The host key types that must match exactly (order matters).
|
|
|
|
host keys = ssh-ed25519
|
|
|
|
|
2020-07-15 20:32:14 +02:00
|
|
|
# Host key types that may optionally appear.
|
|
|
|
optional host keys = sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com
|
|
|
|
|
2020-07-06 22:16:52 +02:00
|
|
|
# The key exchange algorithms that must match exactly (order matters).
|
|
|
|
key exchanges = curve25519-sha256, curve25519-sha256@libssh.org, diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group-exchange-sha256
|
|
|
|
|
|
|
|
# The ciphers that must match exactly (order matters).
|
|
|
|
ciphers = chacha20-poly1305@openssh.com, aes256-gcm@openssh.com, aes128-gcm@openssh.com, aes256-ctr, aes192-ctr, aes128-ctr
|
|
|
|
|
|
|
|
# The MACs that must match exactly (order matters).
|
|
|
|
macs = hmac-sha2-256-etm@openssh.com, hmac-sha2-512-etm@openssh.com, umac-128-etm@openssh.com
|