commit ed5821e9d5
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:
parent
fc38ff91af
commit
65ac7fc120
6
index.md
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user