diff --git a/sshd_config/templates/sshd_config.j2 b/sshd_config/templates/sshd_config.j2 index 39150cda..6860912c 100644 --- a/sshd_config/templates/sshd_config.j2 +++ b/sshd_config/templates/sshd_config.j2 @@ -68,7 +68,7 @@ UseLogin {{ sshd_use_login }} AllowAgentForwarding {{ sshd_agent_forwarding }} AllowTcpForwarding {{ sshd_tcp_forwarding }} PermitUserEnvironment {{ sshd_permit_user_environment }} -ShowPatchLevel {{ sshd_show_patchlevel }} +# ShowPatchLevel {{ sshd_show_patchlevel }} #MaxStartups 10:30:60 Banner {{ sshd_banner_path }}