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

[Service]
ExecStart=/usr/bin/ssh-keygen -A
Type=oneshot
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target