add wants=sshd-keygen.service to sshd (#58)
* add wants=sshd-keygen.service to sshd Signed-off-by: Jim Perrin <Jim.Perrin@microsoft.com> * modify signatures.json and bump release for pr Signed-off-by: Jim Perrin <Jim.Perrin@microsoft.com>
This commit is contained in:
parent
e17909851f
commit
ea6a51954d
|
@ -3,6 +3,6 @@
|
|||
"blfs-systemd-units-20191026.tar.xz": "10f20d2f8db4dc48b4f9257c47821df238808fca3566c65a8c7e2284172da789",
|
||||
"openssh-8.0p1.tar.gz": "bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68",
|
||||
"sshd-keygen.service": "331515a4fb37951122ac8447111b126368386a49ac429f500fe3819ba25a70be",
|
||||
"sshd.service": "e9f3be1eb8f46e5df2446c3459c2bd7e544d71d71608e2534fcfb7b9f2399cae"
|
||||
"sshd.service": "9233e23c1cc89316630ce25e14403f8cdb8503cf4235cc1d864770b5b56e28d2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Free version of the SSH connectivity tools
|
||||
Name: openssh
|
||||
Version: 8.0p1
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: BSD
|
||||
URL: https://www.openssh.com/
|
||||
Group: System Environment/Security
|
||||
|
@ -171,6 +171,8 @@ rm -rf %{buildroot}/*
|
|||
%{_mandir}/man8/ssh-pkcs11-helper.8.gz
|
||||
|
||||
%changelog
|
||||
* Wed Sep 02 2020 Jim Perrin <jim.perrin@microsoft.com> 8.0p1-8
|
||||
- Add wants=sshd-keygen.service to sshd.service for easier service starting
|
||||
* Thu Jun 04 2020 Chris Co <chrco@microsoft.com> 8.0p1-7
|
||||
- Use default MaxAuthTries value of 6
|
||||
* Tue May 26 2020 Pawel Winogrodzki <pawelwi@microsoft.com> 8.0p1-6
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=OpenSSH Daemon
|
||||
After=network.target sshd-keygen.service
|
||||
Wants=sshd-keygen.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/sshd -D
|
||||
|
|
Loading…
Reference in New Issue