!115 openssh:include 文件sshd_config.d/*.conf
From: @duyiwei7w Reviewed-by: @kircher Signed-off-by: @kircher
This commit is contained in:
commit
a19f19f8dc
@ -6,7 +6,7 @@
|
|||||||
%{?no_gtk2:%global gtk2 0}
|
%{?no_gtk2:%global gtk2 0}
|
||||||
|
|
||||||
%global sshd_uid 74
|
%global sshd_uid 74
|
||||||
%global openssh_release 5
|
%global openssh_release 6
|
||||||
|
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: 8.8p1
|
Version: 8.8p1
|
||||||
@ -424,6 +424,12 @@ getent passwd sshd >/dev/null || \
|
|||||||
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 01 2022 duyiwei<duyiwei@kylinos.cn> - 8.8P1-6
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:enable "include /etc/ssh/sshd_config.d/*.config" again
|
||||||
|
|
||||||
* Fri Jul 29 2022 kircher<majun65@huawei.com> - 8.8p1-5
|
* Fri Jul 29 2022 kircher<majun65@huawei.com> - 8.8p1-5
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:Na
|
- CVE:Na
|
||||||
|
|||||||
@ -11,16 +11,7 @@ Index: b/sshd_config
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- a/sshd_config
|
--- a/sshd_config
|
||||||
+++ b/sshd_config
|
+++ b/sshd_config
|
||||||
@@ -12,7 +12,7 @@
|
@@ -23,21 +23,22 @@
|
||||||
|
|
||||||
# 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
|
|
||||||
#ListenAddress 0.0.0.0
|
#ListenAddress 0.0.0.0
|
||||||
#ListenAddress ::
|
#ListenAddress ::
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user