From: David Galloway Date: Fri, 12 Feb 2016 23:52:31 +0000 (-0500) Subject: Rename Fedora 20 sshd config to Fedora 22 since F20 no longer supported X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f22dcd90b08447248ce2e1cdd0d9b30c70ff552f;p=ceph-cm-ansible.git Rename Fedora 20 sshd config to Fedora 22 since F20 no longer supported Signed-off-by: David Galloway --- diff --git a/roles/testnode/templates/ssh/sshd_config_fedora_20 b/roles/testnode/templates/ssh/sshd_config_fedora_20 deleted file mode 100755 index c310debe..00000000 --- a/roles/testnode/templates/ssh/sshd_config_fedora_20 +++ /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 index 00000000..c310debe --- /dev/null +++ b/roles/testnode/templates/ssh/sshd_config_fedora_22 @@ -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