]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Customize sshd_config for ubuntu precise
authorAndrew Schoen <aschoen@redhat.com>
Tue, 14 Apr 2015 18:05:00 +0000 (13:05 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 16 Apr 2015 21:31:34 +0000 (16:31 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/templates/ssh/sshd_config_ubuntu_12

index ca6d986591a0276f2d6514fe7dd4a4d3d9e91b72..73c9dcafb79637d3301335cd91b44cd89571674a 100644 (file)
@@ -1,3 +1,4 @@
+# {{ ansible_managed }}
 # Package generated configuration file
 # See the sshd_config(5) manpage for details
 
@@ -85,3 +86,5 @@ Subsystem sftp /usr/lib/openssh/sftp-server
 # PAM authentication, then enable this but set PasswordAuthentication
 # and ChallengeResponseAuthentication to 'no'.
 UsePAM yes
+
+MaxSessions 1000