diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-26 00:37:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-26 00:37:36 +0300 |
commit | 69aecbc935d022d46574adeca984ee0bdc6cdcb1 (patch) | |
tree | 968f20f7476058e1750b1f3b14d2256b8a1c5bf9 /community/openssh/files | |
parent | 2f8df6641cf7068d5c51d83ce6c893943864c841 (diff) | |
download | repository-69aecbc935d022d46574adeca984ee0bdc6cdcb1.tar.gz |
openssh and sftp: move to extra, remove sftp
Diffstat (limited to 'community/openssh/files')
-rw-r--r-- | community/openssh/files/sshd.run | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/community/openssh/files/sshd.run b/community/openssh/files/sshd.run deleted file mode 100644 index 04f7adbb..00000000 --- a/community/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 |