2011-06-28 10:01:11 +00:00
|
|
|
[Unit]
|
2011-11-18 08:20:54 +00:00
|
|
|
Description=OpenSSH per-connection server daemon
|
2015-01-13 16:48:55 +00:00
|
|
|
Documentation=man:sshd(8) man:sshd_config(5)
|
2016-04-15 13:19:02 +00:00
|
|
|
Wants=sshd-keygen.target
|
|
|
|
After=sshd-keygen.target
|
2023-03-14 16:14:17 +00:00
|
|
|
# Migration for Fedora 38 change to remove group ownership for standard host keys
|
|
|
|
# See https://fedoraproject.org/wiki/Changes/SSHKeySignSuidBit
|
|
|
|
Wants=ssh-host-keys-migration.service
|
2011-06-28 10:01:11 +00:00
|
|
|
|
|
|
|
[Service]
|
2013-05-21 16:37:18 +00:00
|
|
|
EnvironmentFile=-/etc/sysconfig/sshd
|
2020-06-08 19:47:34 +00:00
|
|
|
ExecStart=-/usr/sbin/sshd -i $OPTIONS
|
2011-06-28 10:01:11 +00:00
|
|
|
StandardInput=socket
|