10 lines
133 B
Desktop File
10 lines
133 B
Desktop File
[Unit]
|
|
Description=Generate SSH host keys
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/ssh-keygen -A
|
|
|
|
[Install]
|
|
WantedBy=sshd@.service
|