openssh/sshd@.service

12 lines
296 B
SYSTEMD
Raw Permalink Normal View History

2019-09-30 11:10:51 -04:00
[Unit]
Description=OpenSSH per-connection server daemon
Documentation=man:sshd(8) man:sshd_config(5)
Wants=sshd-keygen.target
After=sshd-keygen.target
2024-12-09 06:17:22 +00:00
Wants=ssh-host-keys-migration.service
2019-09-30 11:10:51 -04:00
[Service]
EnvironmentFile=-/etc/sysconfig/sshd
2021-10-28 16:38:19 +08:00
ExecStart=-/usr/sbin/sshd -i $OPTIONS
2019-09-30 11:10:51 -04:00
StandardInput=socket