File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 && \
Original file line number Diff line number Diff line change 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 && \
Original file line number Diff line number Diff line change 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 && \
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -80,5 +80,6 @@ app_setup_block: |
8080
8181# changelog
8282changelogs :
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." }
You can’t perform that action at this time.
0 commit comments