mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-09 20:30:11 -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
|