Jan F 53f618d
[Unit]
17eb103
Description=OpenSSH server daemon
e581af0
Documentation=man:sshd(8) man:sshd_config(5)
5489ace
After=network.target sshd-keygen.target
5489ace
Wants=sshd-keygen.target
e3597c0
# Migration for Fedora 38 change to remove group ownership for standard host keys
e3597c0
# See https://fedoraproject.org/wiki/Changes/SSHKeySignSuidBit
e3597c0
Wants=ssh-host-keys-migration.service
Jan F 53f618d
Jan F 53f618d
[Service]
4e7cdec
Type=notify
5410d2d
EnvironmentFile=-/etc/sysconfig/sshd
dfeecfb
ExecStart=/usr/sbin/sshd -D $OPTIONS
6a05936
ExecReload=/bin/kill -HUP $MAINPID
383e351
KillMode=process
0463fba
Restart=on-failure
0463fba
RestartSec=42s
Jan F 53f618d
Jan F 53f618d
[Install]
Jan F 53f618d
WantedBy=multi-user.target