diff --git a/index.md b/index.md index 2901889..fa607af 100644 --- a/index.md +++ b/index.md @@ -3,40 +3,40 @@ title: sshd 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. -* [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.