mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-05 10:05:10 +02:00
3 lines
101 B
Bash
Executable file
3 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
ssh-keygen -A # Will generate host keys if they don't already exist
|
|
exec /usr/sbin/sshd -D
|