about summary refs log tree commit diff
path: root/services/sshd/run
diff options
context:
space:
mode:
Diffstat (limited to 'services/sshd/run')
-rwxr-xr-xservices/sshd/run5
1 files changed, 5 insertions, 0 deletions
diff --git a/services/sshd/run b/services/sshd/run
new file mode 100755
index 0000000..06f36ea
--- /dev/null
+++ b/services/sshd/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+echo "Starting sshd..."
+/usr/bin/ssh-keygen -A # Will generate host keys if they don't already exist
+exec /usr/sbin/sshd -D