From f2f3654d5430509438117520d4a13609df48c8a1 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 Feb 2023 08:03:57 +0000 Subject: [PATCH] make it an actual proxy. Too bad I didn't know about this before :( --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5582e3..6f3ad03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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