Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:16:06 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:34:16 +00:00
parent 2b99eb2c1c
commit 29f6079377

View File

@ -7,36 +7,36 @@ type: docs
Configure sshd server.
* [Default Variables](#default-variables)
* [sshd_allow_agent_forwarding](#sshd_allow_agent_forwarding)
* [sshd_allow_groups](#sshd_allow_groups)
* [sshd_allow_tcp_forwarding](#sshd_allow_tcp_forwarding)
* [sshd_challenge_response_authentication](#sshd_challenge_response_authentication)
* [sshd_ciphers](#sshd_ciphers)
* [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)
* [sshd_hostbased_authentication](#sshd_hostbased_authentication)
* [sshd_ignore_rhosts](#sshd_ignore_rhosts)
* [sshd_kex](#sshd_kex)
* [sshd_log_level](#sshd_log_level)
* [sshd_macs](#sshd_macs)
* [sshd_max_auth_tries](#sshd_max_auth_tries)
* [sshd_max_sessions](#sshd_max_sessions)
* [sshd_moduli_minimum](#sshd_moduli_minimum)
* [sshd_password_authentication](#sshd_password_authentication)
* [sshd_permit_empty_passwords](#sshd_permit_empty_passwords)
* [sshd_permit_root_login](#sshd_permit_root_login)
* [sshd_protocol](#sshd_protocol)
* [sshd_strict_modes](#sshd_strict_modes)
* [sshd_tcp_keep_alive](#sshd_tcp_keep_alive)
* [sshd_use_dns](#sshd_use_dns)
* [sshd_x11_forwarding](#sshd_x11_forwarding)
* [Dependencies](#dependencies)
- [Default Variables](#default-variables)
- [sshd_allow_agent_forwarding](#sshd_allow_agent_forwarding)
- [sshd_allow_groups](#sshd_allow_groups)
- [sshd_allow_tcp_forwarding](#sshd_allow_tcp_forwarding)
- [sshd_challenge_response_authentication](#sshd_challenge_response_authentication)
- [sshd_ciphers](#sshd_ciphers)
- [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)
- [sshd_hostbased_authentication](#sshd_hostbased_authentication)
- [sshd_ignore_rhosts](#sshd_ignore_rhosts)
- [sshd_kex](#sshd_kex)
- [sshd_log_level](#sshd_log_level)
- [sshd_macs](#sshd_macs)
- [sshd_max_auth_tries](#sshd_max_auth_tries)
- [sshd_max_sessions](#sshd_max_sessions)
- [sshd_moduli_minimum](#sshd_moduli_minimum)
- [sshd_password_authentication](#sshd_password_authentication)
- [sshd_permit_empty_passwords](#sshd_permit_empty_passwords)
- [sshd_permit_root_login](#sshd_permit_root_login)
- [sshd_protocol](#sshd_protocol)
- [sshd_strict_modes](#sshd_strict_modes)
- [sshd_tcp_keep_alive](#sshd_tcp_keep_alive)
- [sshd_use_dns](#sshd_use_dns)
- [sshd_x11_forwarding](#sshd_x11_forwarding)
- [Dependencies](#dependencies)
---
@ -292,6 +292,8 @@ sshd_use_dns: no
sshd_x11_forwarding: yes
```
## Dependencies
None.