]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Customize sshd_config_ubuntu_14
authorAndrew Schoen <aschoen@redhat.com>
Mon, 13 Apr 2015 19:16:01 +0000 (14:16 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 16 Apr 2015 21:31:32 +0000 (16:31 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/templates/ssh/sshd_config_ubuntu_14

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