Author: Robert Kaussow <xoxys@rknet.org>
Date:   Wed Jan 26 21:02:28 2022 +0100

    feat: add test for Rocky Linux 8 (#1)
    Co-authored-by: Robert Kaussow <xoxys@rknet.org>
    Co-committed-by: Robert Kaussow <xoxys@rknet.org>
This commit is contained in:
Robert Kaussow 2022-01-26 20:11:00 +00:00
parent 4f2414b39d
commit 2b99eb2c1c
1 changed files with 12 additions and 4 deletions

View File

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