Author: Robert Kaussow <mail@geeklabor.de>
Date:   Mon May 25 23:01:26 2020 +0200

    fix downstream repo
This commit is contained in:
Robert Kaussow 2020-05-25 21:18:55 +00:00
parent 983b964b48
commit 8a54c5871b
1 changed files with 27 additions and 27 deletions

View File

@ -8,33 +8,33 @@ 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_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)
* [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_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)
---