mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
This package will include the three big third-party patch series for HPN/SCTP/X509 functionality in OpenSSH. Historically, these patches have caused numerous issues for users in the OpenSSH package and they are of questionable quality. By maintaining these patches in a separate package, we can minimize the effect of them on the garden path, which should be to provide our users with a minimally patched OpenSSH experience. Furthermore, since vanilla OpenSSH package will not require a large chunk of rebasing for these patches, we can more easily bump OpenSSH for new releases. Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
15 lines
298 B
Groff
15 lines
298 B
Groff
[Unit]
|
|
Description=OpenSSH server daemon
|
|
After=network.target auditd.service
|
|
|
|
[Service]
|
|
ExecStartPre=/usr/bin/ssh-keygen -A
|
|
ExecStart=/usr/sbin/sshd -D -e
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
OOMPolicy=continue
|
|
Restart=on-failure
|
|
RestartSec=42s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|