2012-09-03 20:21:42 +02:00
|
|
|
# Note that this is the service file for running a single SSH server for all
|
|
|
|
# incoming connections, suitable only for systems with a large amount of SSH
|
|
|
|
# traffic. In almost all other cases it is a better idea to use sshd.socket +
|
|
|
|
# sshd@.service (i.e. the on-demand spawning version for one instance per
|
|
|
|
# connection).
|
|
|
|
|
2011-10-11 03:56:11 +02:00
|
|
|
[Unit]
|
|
|
|
Description=SSH Secure Shell Service
|
2012-09-03 20:21:42 +02:00
|
|
|
Wants=sshdgenkeys.service
|
|
|
|
After=sshdgenkeys.service
|
2013-09-13 11:35:45 +02:00
|
|
|
After=network.target
|
2011-10-11 03:56:11 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/sbin/sshd -D
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|