forked from ISTI-ansible-roles/ansible-roles
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:
parent
9d6d22dd3f
commit
f0468f467c
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue