mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-15 23:15:10 +02:00
4 lines
147 B
Bash
Executable file
4 lines
147 B
Bash
Executable file
#!/bin/sh
|
|
ssh-keygen -A >/dev/null 2>&1 # Will generate host keys if they don't already exist
|
|
[ -r conf ] && . ./conf
|
|
exec /usr/sbin/sshd -D $OPTS
|