Skip to content

Commit 2cb77b6

Browse files
authored
Merge pull request #7 from linuxserver/sftp
add openssh-sftp-server
2 parents 57bded0 + 071dcb8 commit 2cb77b6

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN \
1313
logrotate \
1414
nano \
1515
openssh-server \
16+
openssh-sftp-server \
1617
sudo && \
1718
echo "**** setup openssh environment ****" && \
1819
sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN \
1313
logrotate \
1414
nano \
1515
openssh-server \
16+
openssh-sftp-server \
1617
sudo && \
1718
echo "**** setup openssh environment ****" && \
1819
sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN \
1313
logrotate \
1414
nano \
1515
openssh-server \
16+
openssh-sftp-server \
1617
sudo && \
1718
echo "**** setup openssh environment ****" && \
1819
sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
251251

252252
## Versions
253253

254+
* **13.01.20:** - Add openssh-sftp-server.
254255
* **19.12.19:** - Rebasing to alpine 3.11.
255256
* **17.10.19:** - Initial Release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ app_setup_block: |
8080
8181
# changelog
8282
changelogs:
83+
- { date: "13.01.20:", desc: "Add openssh-sftp-server." }
8384
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
8485
- { date: "17.10.19:", desc: "Initial Release." }

0 commit comments

Comments
 (0)