diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-27 11:51:17 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-27 11:51:17 +0300 |
commit | 52e9250ab536b85e44135aa904da01d0dddf7ac2 (patch) | |
tree | 23be8934cc934ca0abf497ac8efebf6b2c58d9e9 /extra/openssh/files/sshd.run | |
parent | 531ba391c96f9f38fc887349d7efe57e3a320823 (diff) | |
download | repository-52e9250ab536b85e44135aa904da01d0dddf7ac2.tar.gz |
openssh: move to community
Diffstat (limited to 'extra/openssh/files/sshd.run')
-rw-r--r-- | extra/openssh/files/sshd.run | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/openssh/files/sshd.run b/extra/openssh/files/sshd.run deleted file mode 100644 index 04f7adbb..00000000 --- a/extra/openssh/files/sshd.run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -ssh-keygen -A >/dev/null 2>&1 # Will generate host keys if they don't already exist. -exec /usr/bin/sshd -D |