aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh/openssh-6.2p2/sshdgenkeys.service
blob: 2fd8a9aaf214128c1974434aa5229217f41afe60 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=SSH Key Generation

[Service]
ExecStart=@BINDIR@/ssh-keygen -A
Type=oneshot
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target