2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/extra/openssh/post-install

5 lines
91 B
Plaintext
Raw Normal View History

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