Merge pull request #7 from linuxserver/sftp

add openssh-sftp-server
This commit is contained in:
aptalca 2020-01-13 09:03:55 -05:00 committed by GitHub
commit 2cb77b61d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN \
logrotate \
nano \
openssh-server \
openssh-sftp-server \
sudo && \
echo "**** setup openssh environment ****" && \
sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && \

View File

@ -13,6 +13,7 @@ RUN \
logrotate \
nano \
openssh-server \
openssh-sftp-server \
sudo && \
echo "**** setup openssh environment ****" && \
sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && \

View File

@ -13,6 +13,7 @@ RUN \
logrotate \
nano \
openssh-server \
openssh-sftp-server \
sudo && \
echo "**** setup openssh environment ****" && \
sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && \

View File

@ -251,5 +251,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **13.01.20:** - Add openssh-sftp-server.
* **19.12.19:** - Rebasing to alpine 3.11.
* **17.10.19:** - Initial Release.

View File

@ -80,5 +80,6 @@ app_setup_block: |
# changelog
changelogs:
- { date: "13.01.20:", desc: "Add openssh-sftp-server." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "17.10.19:", desc: "Initial Release." }