13 lines
195 B
Desktop File
13 lines
195 B
Desktop File
[Unit]
|
|
Description=Generate sshd keys
|
|
Before=ssh.server
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/ssh-keygen -A
|
|
RemainAfterExit=true
|
|
StandardOutput=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|