make it an actual proxy. Too bad I didn't know about this before :(

This commit is contained in:
Alex 2023-02-08 08:03:57 +00:00
parent 9fd47657f5
commit f2f3654d54
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:latest
RUN apk add openssh
RUN echo 'PasswordAuthentication yes' >> /etc/ssh/sshd_config
RUN echo 'PasswordAuthentication yes' >> /etc/ssh/sshd_config && echo 'GatewayPorts yes' >> /etc/ssh/sshd_config
RUN adduser -h /home/user -s /bin/sh -D user