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

@ -3,40 +3,40 @@ title: sshd
type: docs type: docs
--- ---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.sshd) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.sshd?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.sshd) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.sshd/src/branch/master/LICENSE) [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.sshd) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.sshd?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.sshd) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.sshd/src/branch/master/LICENSE)
Configure sshd server. Configure sshd server.
* [Default Variables](#default-variables) - [Default Variables](#default-variables)
* [sshd_allow_agent_forwarding](#sshd_allow_agent_forwarding) - [sshd_allow_agent_forwarding](#sshd_allow_agent_forwarding)
* [sshd_allow_groups](#sshd_allow_groups) - [sshd_allow_groups](#sshd_allow_groups)
* [sshd_allow_tcp_forwarding](#sshd_allow_tcp_forwarding) - [sshd_allow_tcp_forwarding](#sshd_allow_tcp_forwarding)
* [sshd_challenge_response_authentication](#sshd_challenge_response_authentication) - [sshd_challenge_response_authentication](#sshd_challenge_response_authentication)
* [sshd_ciphers](#sshd_ciphers) - [sshd_ciphers](#sshd_ciphers)
* [sshd_client_alive_count_max](#sshd_client_alive_count_max) - [sshd_client_alive_count_max](#sshd_client_alive_count_max)
* [sshd_client_alive_interval](#sshd_client_alive_interval) - [sshd_client_alive_interval](#sshd_client_alive_interval)
* [sshd_compression](#sshd_compression) - [sshd_compression](#sshd_compression)
* [sshd_disable_crypto_policy](#sshd_disable_crypto_policy) - [sshd_disable_crypto_policy](#sshd_disable_crypto_policy)
* [sshd_google_auth_enabled](#sshd_google_auth_enabled) - [sshd_google_auth_enabled](#sshd_google_auth_enabled)
* [sshd_google_auth_exclude_group](#sshd_google_auth_exclude_group) - [sshd_google_auth_exclude_group](#sshd_google_auth_exclude_group)
* [sshd_gssapi_authentication](#sshd_gssapi_authentication) - [sshd_gssapi_authentication](#sshd_gssapi_authentication)
* [sshd_hostbased_authentication](#sshd_hostbased_authentication) - [sshd_hostbased_authentication](#sshd_hostbased_authentication)
* [sshd_ignore_rhosts](#sshd_ignore_rhosts) - [sshd_ignore_rhosts](#sshd_ignore_rhosts)
* [sshd_kex](#sshd_kex) - [sshd_kex](#sshd_kex)
* [sshd_log_level](#sshd_log_level) - [sshd_log_level](#sshd_log_level)
* [sshd_macs](#sshd_macs) - [sshd_macs](#sshd_macs)
* [sshd_max_auth_tries](#sshd_max_auth_tries) - [sshd_max_auth_tries](#sshd_max_auth_tries)
* [sshd_max_sessions](#sshd_max_sessions) - [sshd_max_sessions](#sshd_max_sessions)
* [sshd_moduli_minimum](#sshd_moduli_minimum) - [sshd_moduli_minimum](#sshd_moduli_minimum)
* [sshd_password_authentication](#sshd_password_authentication) - [sshd_password_authentication](#sshd_password_authentication)
* [sshd_permit_empty_passwords](#sshd_permit_empty_passwords) - [sshd_permit_empty_passwords](#sshd_permit_empty_passwords)
* [sshd_permit_root_login](#sshd_permit_root_login) - [sshd_permit_root_login](#sshd_permit_root_login)
* [sshd_protocol](#sshd_protocol) - [sshd_protocol](#sshd_protocol)
* [sshd_strict_modes](#sshd_strict_modes) - [sshd_strict_modes](#sshd_strict_modes)
* [sshd_tcp_keep_alive](#sshd_tcp_keep_alive) - [sshd_tcp_keep_alive](#sshd_tcp_keep_alive)
* [sshd_use_dns](#sshd_use_dns) - [sshd_use_dns](#sshd_use_dns)
* [sshd_x11_forwarding](#sshd_x11_forwarding) - [sshd_x11_forwarding](#sshd_x11_forwarding)
* [Dependencies](#dependencies) - [Dependencies](#dependencies)
--- ---
@ -292,6 +292,8 @@ sshd_use_dns: no
sshd_x11_forwarding: yes sshd_x11_forwarding: yes
``` ```
## Dependencies ## Dependencies
None. None.