aboutsummaryrefslogtreecommitdiff
path: root/community/openssh/files/sshd.run
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-27 11:51:17 +0300
committerCem Keylan <cem@ckyln.com>2020-05-27 11:51:17 +0300
commit52e9250ab536b85e44135aa904da01d0dddf7ac2 (patch)
tree23be8934cc934ca0abf497ac8efebf6b2c58d9e9 /community/openssh/files/sshd.run
parent531ba391c96f9f38fc887349d7efe57e3a320823 (diff)
downloadrepository-52e9250ab536b85e44135aa904da01d0dddf7ac2.tar.gz
openssh: move to community
Diffstat (limited to 'community/openssh/files/sshd.run')
-rw-r--r--community/openssh/files/sshd.run3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/openssh/files/sshd.run b/community/openssh/files/sshd.run
new file mode 100644
index 00000000..04f7adbb
--- /dev/null
+++ b/community/openssh/files/sshd.run
@@ -0,0 +1,3 @@
+#!/bin/sh
+ssh-keygen -A >/dev/null 2>&1 # Will generate host keys if they don't already exist.
+exec /usr/bin/sshd -D