mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-10 21:43:31 +00:00
11 lines
224 B
Desktop File
11 lines
224 B
Desktop File
[Unit]
|
|
Description=generate SSH host keys
|
|
ConditionPathExistsGlob=!/etc/ssh/ssh_host_*_key
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/dpkg-reconfigure -fnoninteractive openssh-server
|
|
|
|
[Install]
|
|
RequiredBy=multi-user.target
|