This repository has been archived on 2025-09-06. You can view files and clone it, but cannot push or open issues/pull-requests.
|
[Unit]
|
|
Description=Generate SSH host keys
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/ssh-keygen -A
|
|
|
|
[Install]
|
|
WantedBy=sshd@.service
|