]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Customized the debian wheezy sshd_config
authorAndrew Schoen <aschoen@redhat.com>
Fri, 17 Apr 2015 16:20:02 +0000 (11:20 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 17 Apr 2015 19:28:29 +0000 (14:28 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/templates/ssh/sshd_config_debian_7

index 7907fea2cdb44cee83db5443a49d2b6b80cb4477..06f41e40b7f0ae45cdf51794d2f552ecd007e0cb 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