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.
This commit is contained in:
Andrea Dell'Amico 2015-10-14 13:21:54 +02:00
parent 9d6d22dd3f
commit f0468f467c
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}