From 2b99eb2c1c49531b41dabd411431f4d3472e6711 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 26 Jan 2022 20:11:00 +0000 Subject: [PATCH] commit 363ee36566f654c60864e3cee8187e8059f2be7e Author: Robert Kaussow Date: Wed Jan 26 21:02:28 2022 +0100 feat: add test for Rocky Linux 8 (#1) Co-authored-by: Robert Kaussow Co-committed-by: Robert Kaussow --- index.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index decb16c..2901889 100644 --- a/index.md +++ b/index.md @@ -16,6 +16,7 @@ Configure sshd server. * [sshd_client_alive_count_max](#sshd_client_alive_count_max) * [sshd_client_alive_interval](#sshd_client_alive_interval) * [sshd_compression](#sshd_compression) + * [sshd_disable_crypto_policy](#sshd_disable_crypto_policy) * [sshd_google_auth_enabled](#sshd_google_auth_enabled) * [sshd_google_auth_exclude_group](#sshd_google_auth_exclude_group) * [sshd_gssapi_authentication](#sshd_gssapi_authentication) @@ -113,6 +114,14 @@ sshd_client_alive_interval: 900 sshd_compression: delayed ``` +### sshd_disable_crypto_policy + +#### Default value + +```YAML +sshd_disable_crypto_policy: false +``` + ### sshd_google_auth_enabled Google Authenticator required ChallengeResponseAuth! @@ -144,7 +153,7 @@ sshd_google_auth_exclude_group: my_group #### Default value ```YAML -sshd_gssapi_authentication: yes +sshd_gssapi_authentication: no ``` ### sshd_hostbased_authentication @@ -189,11 +198,10 @@ sshd_log_level: INFO sshd_macs: - hmac-sha2-512-etm@openssh.com - hmac-sha2-256-etm@openssh.com - - hmac-ripemd160-etm@openssh.com - umac-128-etm@openssh.com - hmac-sha2-512 - hmac-sha2-256 - - hmac-ripemd160 + - umac-128@openssh.com ``` ### sshd_max_auth_tries @@ -273,7 +281,7 @@ sshd_tcp_keep_alive: yes #### Default value ```YAML -sshd_use_dns: yes +sshd_use_dns: no ``` ### sshd_x11_forwarding