Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS/openssh/openssh.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
4 changes: 3 additions & 1 deletion SPECS/openssh/openssh.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions SPECS/openssh/sshd.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=OpenSSH Daemon
After=network.target sshd-keygen.service
Wants=sshd-keygen.service
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to:

  • update openssh.signatures;
  • increment the release in openssh.spec and add an entry to the changelog as well.


[Service]
ExecStart=/usr/sbin/sshd -D
Expand Down