2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-01 05:51:05 -06:00
repo/extra/openssh/post-install

5 lines
91 B
Plaintext
Raw Normal View History

2020-03-27 09:03:19 -06:00
#!/bin/sh
2020-05-03 14:17:06 -06:00
2020-03-27 09:03:19 -06:00
# Generate host keys if they don't already exist.
2020-05-03 14:17:06 -06:00
ssh-keygen -A >/dev/null 2>&1