Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Sun Sep 18 22:28:55 2022 +0200

    fix: fix crypto policy integration
This commit is contained in:
Robert Kaussow 2022-09-18 20:31:27 +00:00
parent fc38ff91af
commit 65ac7fc120
1 changed files with 3 additions and 3 deletions

View File

@ -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