diff options
Diffstat (limited to 'testing/openssh/sshd.service')
-rw-r--r-- | testing/openssh/sshd.service | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/openssh/sshd.service b/testing/openssh/sshd.service deleted file mode 100644 index 633164e5d..000000000 --- a/testing/openssh/sshd.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=OpenSSH Daemon -Wants=sshdgenkeys.service -After=sshdgenkeys.service - -[Service] -ExecStart=/usr/sbin/sshd -D -ExecReload=/bin/kill -HUP $MAINPID -KillMode=process -Restart=always - -[Install] -WantedBy=multi-user.target - -# This service file runs an SSH daemon that forks for each incoming connection. -# If you prefer to spawn on-demand daemons, use sshd.socket and sshd@.service. |