From 65ac7fc12065989b15e17535089d44d22c12cc95 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 18 Sep 2022 20:31:27 +0000 Subject: [PATCH] commit ed5821e9d5c038a3a22e642bb2c671118c5000c9 Author: Robert Kaussow Date: Sun Sep 18 22:28:55 2022 +0200 fix: fix crypto policy integration --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 77fb62c..8779cc2 100644 --- a/index.md +++ b/index.md @@ -18,7 +18,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_crypto_policy_enabled](#sshd_crypto_policy_enabled) - [sshd_google_auth_enabled](#sshd_google_auth_enabled) - [sshd_google_auth_exclude_group](#sshd_google_auth_exclude_group) - [sshd_gssapi_authentication](#sshd_gssapi_authentication) @@ -116,12 +116,12 @@ sshd_client_alive_interval: 900 sshd_compression: delayed ``` -### sshd_disable_crypto_policy +### sshd_crypto_policy_enabled #### Default value ```YAML -sshd_disable_crypto_policy: false +sshd_crypto_policy_enabled: true ``` ### sshd_google_auth_enabled