Stop loading crypto policy for command line in service files
This commit is contained in:
parent
8b7ddfb28b
commit
868439f73a
@ -90,12 +90,13 @@ diff -up openssh/sshd_config.redhat openssh/sshd_config
|
|||||||
diff -up openssh/sshd_config_redhat.redhat openssh/sshd_config_redhat
|
diff -up openssh/sshd_config_redhat.redhat openssh/sshd_config_redhat
|
||||||
--- openssh/sshd_config_redhat.redhat 2020-02-13 18:14:02.268006439 +0100
|
--- openssh/sshd_config_redhat.redhat 2020-02-13 18:14:02.268006439 +0100
|
||||||
+++ openssh/sshd_config_redhat 2020-02-13 18:19:20.765035947 +0100
|
+++ openssh/sshd_config_redhat 2020-02-13 18:19:20.765035947 +0100
|
||||||
@@ -0,0 +1,28 @@
|
@@ -0,0 +1,29 @@
|
||||||
+# This system is following system-wide crypto policy. The changes to
|
+# This system is following system-wide crypto policy. The changes to
|
||||||
+# crypto properties (Ciphers, MACs, ...) will not have any effect here.
|
+# crypto properties (Ciphers, MACs, ...) will not have any effect in
|
||||||
+# They will be overridden by command-line options passed to the server
|
+# this or following included files. To override some configuration option,
|
||||||
+# on command line.
|
+# write it before this block or include it before this file.
|
||||||
+# Please, check manual pages for update-crypto-policies(8) and sshd_config(5).
|
+# Please, see manual pages for update-crypto-policies(8) and sshd_config(5).
|
||||||
|
+Include /etc/crypto-policies/back-ends/opensshserver.config
|
||||||
+
|
+
|
||||||
+SyslogFacility AUTHPRIV
|
+SyslogFacility AUTHPRIV
|
||||||
+
|
+
|
||||||
|
@ -267,14 +267,14 @@ BuildRequires: gnupg2
|
|||||||
%package clients
|
%package clients
|
||||||
Summary: An open source SSH client applications
|
Summary: An open source SSH client applications
|
||||||
Requires: openssh = %{version}-%{release}
|
Requires: openssh = %{version}-%{release}
|
||||||
Requires: crypto-policies >= 20180306-1
|
Requires: crypto-policies >= 20200610-1
|
||||||
|
|
||||||
%package server
|
%package server
|
||||||
Summary: An open source SSH server daemon
|
Summary: An open source SSH server daemon
|
||||||
Requires: openssh = %{version}-%{release}
|
Requires: openssh = %{version}-%{release}
|
||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): /usr/sbin/useradd
|
||||||
Requires: pam >= 1.0.1-3
|
Requires: pam >= 1.0.1-3
|
||||||
Requires: crypto-policies >= 20180306-1
|
Requires: crypto-policies >= 20200610-1
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
%if %{ldap}
|
%if %{ldap}
|
||||||
|
@ -6,10 +6,9 @@ Wants=sshd-keygen.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
EnvironmentFile=-/etc/crypto-policies/back-ends/opensshserver.config
|
|
||||||
EnvironmentFile=-/etc/sysconfig/sshd-permitrootlogin
|
EnvironmentFile=-/etc/sysconfig/sshd-permitrootlogin
|
||||||
EnvironmentFile=-/etc/sysconfig/sshd
|
EnvironmentFile=-/etc/sysconfig/sshd
|
||||||
ExecStart=/usr/sbin/sshd -D $OPTIONS $CRYPTO_POLICY $PERMITROOTLOGIN
|
ExecStart=/usr/sbin/sshd -D $OPTIONS $PERMITROOTLOGIN
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
KillMode=process
|
KillMode=process
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
@ -5,8 +5,7 @@ Wants=sshd-keygen.target
|
|||||||
After=sshd-keygen.target
|
After=sshd-keygen.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=-/etc/crypto-policies/back-ends/opensshserver.config
|
|
||||||
EnvironmentFile=-/etc/sysconfig/sshd-permitrootlogin
|
EnvironmentFile=-/etc/sysconfig/sshd-permitrootlogin
|
||||||
EnvironmentFile=-/etc/sysconfig/sshd
|
EnvironmentFile=-/etc/sysconfig/sshd
|
||||||
ExecStart=-/usr/sbin/sshd -i $OPTIONS $CRYPTO_POLICY $PERMITROOTLOGIN
|
ExecStart=-/usr/sbin/sshd -i $OPTIONS $PERMITROOTLOGIN
|
||||||
StandardInput=socket
|
StandardInput=socket
|
||||||
|
Loading…
Reference in New Issue
Block a user