diff --git a/openssh.spec b/openssh.spec index 60543375fad637e817038934c2be5803c8b6098c..e896314fb123b1166014a6ec190b41cb8bb5615b 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 5 +%global openssh_release 6 Name: openssh Version: 8.8p1 @@ -427,6 +427,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Thu Sep 01 2022 duyiwei - 8.8P1-6 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:enable "include /etc/ssh/sshd_config.d/*.config" again + * Sat Jun 25 2022 renmingshuai - 8.8p1-5 - Type:bugfix - CVE:NA diff --git a/set-sshd-config.patch b/set-sshd-config.patch index 1bf951b561e8163758022a2348edf5d5af8879a6..2915ce9d65893fc78a19dccca3d6be2b70d7cad4 100644 --- a/set-sshd-config.patch +++ b/set-sshd-config.patch @@ -11,16 +11,7 @@ Index: b/sshd_config =================================================================== --- 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 ::