aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssh/openssh-5.9p1/sshd.service
blob: 3efa9ee28d9cc9dc5b468a241b2e5133aaa02d72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=SSH Secure Shell Service
After=connman.service
Requires=connman.service

[Service]
ExecStartPre=/lib/systemd/scripts/sshdgenkeys
ExecStart=/usr/sbin/sshd -D

[Install]
WantedBy=multi-user.target

# 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.