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