1
0
forked from finn/tinyboard

fix container sftp2

This commit is contained in:
2026-04-14 16:40:21 -07:00
parent 14079d889b
commit b7b3a9beaa

View File

@@ -3,6 +3,7 @@ RUN apt-get update && apt-get install -y autossh openssh-client && rm -rf /var/l
RUN echo "PermitRootLogin no" >> /etc/ssh/sshd_config
RUN echo "PasswordAuthentication no" >> /etc/ssh/sshd_config
RUN echo "Subsystem sftp internal-sftp" >> /etc/ssh/sshd_config
RG UID=1000
ARG GID=1000