Initial commit
This commit is contained in:
9
overlay/usr/lib/systemd/system/ssh-keygen.service
Normal file
9
overlay/usr/lib/systemd/system/ssh-keygen.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Generate SSH host keys
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/ssh-keygen -A
|
||||
|
||||
[Install]
|
||||
WantedBy=sshd@.service
|
||||
Reference in New Issue
Block a user