]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Rename Fedora 20 sshd config to Fedora 22 since F20 no longer supported
authorDavid Galloway <dgallowa@redhat.com>
Fri, 12 Feb 2016 23:52:31 +0000 (18:52 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 16 Feb 2016 22:14:36 +0000 (17:14 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/templates/ssh/sshd_config_fedora_20 [deleted file]
roles/testnode/templates/ssh/sshd_config_fedora_22 [new file with mode: 0755]

diff --git a/roles/testnode/templates/ssh/sshd_config_fedora_20 b/roles/testnode/templates/ssh/sshd_config_fedora_20
deleted file mode 100755 (executable)
index c310deb..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#      {{ ansible_managed }}
-#      $OpenBSD: sshd_config,v 1.90 2013/05/16 04:09:14 dtucker Exp $
-
-# This is the sshd server system-wide configuration file.  See
-# sshd_config(5) for more information.
-
-SyslogFacility AUTHPRIV
-
-PasswordAuthentication no
-
-ChallengeResponseAuthentication no
-
-# GSSAPI options
-GSSAPIAuthentication yes
-GSSAPICleanupCredentials yes
-
-UsePAM yes
-
-X11Forwarding yes
-UsePrivilegeSeparation sandbox         # Default for new installations.
-
-# Accept locale-related environment variables
-AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
-AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
-AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
-AcceptEnv XMODIFIERS
-
-# override default of no subsystems
-Subsystem sftp /usr/libexec/openssh/sftp-server
-
-MaxSessions 1000
diff --git a/roles/testnode/templates/ssh/sshd_config_fedora_22 b/roles/testnode/templates/ssh/sshd_config_fedora_22
new file mode 100755 (executable)
index 0000000..c310deb
--- /dev/null
@@ -0,0 +1,31 @@
+#      {{ ansible_managed }}
+#      $OpenBSD: sshd_config,v 1.90 2013/05/16 04:09:14 dtucker Exp $
+
+# This is the sshd server system-wide configuration file.  See
+# sshd_config(5) for more information.
+
+SyslogFacility AUTHPRIV
+
+PasswordAuthentication no
+
+ChallengeResponseAuthentication no
+
+# GSSAPI options
+GSSAPIAuthentication yes
+GSSAPICleanupCredentials yes
+
+UsePAM yes
+
+X11Forwarding yes
+UsePrivilegeSeparation sandbox         # Default for new installations.
+
+# Accept locale-related environment variables
+AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
+AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
+AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
+AcceptEnv XMODIFIERS
+
+# override default of no subsystems
+Subsystem sftp /usr/libexec/openssh/sftp-server
+
+MaxSessions 1000