2012-09-03 18:21:42 +00: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 01:56:11 +00:00
|
|
|
[Unit]
|
|
|
|
Description=SSH Secure Shell Service
|
2012-09-03 18:21:42 +00:00
|
|
|
Wants=sshdgenkeys.service
|
|
|
|
After=sshdgenkeys.service
|
2013-09-13 09:35:45 +00:00
|
|
|
After=network.target
|
2011-10-11 01:56:11 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/sbin/sshd -D
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|