diff --git a/openssh.spec b/openssh.spec index ce366f3885b5cfdf9fd22cbd863cae9ce5174567..6d8e0a94a89388846c4362d7140bb71db27814fd 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 2 +%global openssh_release 3 Name: openssh Version: 8.8p1 @@ -422,7 +422,13 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog -* Mon Mar 07 2021 kircher - 8.8P1-2 +* Wed Mar 09 2022 duyiwei - 8.8P1-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:enable "include /etc/ssh/sshd_config.d/*.config" + +* Mon Mar 07 2022 kircher - 8.8P1-2 - Type:bugfix - CVE:NA - SUG:NA diff --git a/set-sshd-config.patch b/set-sshd-config.patch index 73669252f127802bd3677283cf80fcc0d2f4e1c7..eda98186f04590dd4e08b7d1673cfc7eac8ea817 100644 --- a/set-sshd-config.patch +++ b/set-sshd-config.patch @@ -11,16 +11,7 @@ diff --git a/sshd_config b/sshd_config index 42ecf9b..67739b2 100644 --- a/sshd_config +++ b/sshd_config -@@ -12,7 +12,7 @@ - - # To modify the system-wide sshd configuration, create a *.conf file under - # /etc/ssh/sshd_config.d/ which will be automatically included below --Include /etc/ssh/sshd_config.d/*.conf -+#Include /etc/ssh/sshd_config.d/*.conf - - # If you want to change the port on a SELinux system, you have to tell - # SELinux about this change. -@@ -23,21 +23,22 @@ Include /etc/ssh/sshd_config.d/*.conf +@@ -23,21 +23,22 @@ #ListenAddress 0.0.0.0 #ListenAddress ::