mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 03:30:23 -07:00
4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
|
#!/bin/sh
|
||
|
# Generate host keys if they don't already exist.
|
||
|
ssh-keygen -A >/dev/null 2>&1
|