From f0468f467c303c0580b67cca49afab5ab51abeab Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 14 Oct 2015 13:21:54 +0200 Subject: [PATCH] library/roles/sshd_config/templates/sshd_config.j2: The "ShowPatchLevel" option isn't supported by the ssh version shipped with Ubuntu 12.04. Commented it. d4science-ghn-cluster/roles/smartgears/templates/smartgears-setup.sh.j2: update-rc.d called with options swapped. --- sshd_config/templates/sshd_config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}