make it an actual proxy. Too bad I didn't know about this before :(
This commit is contained in:
parent
9fd47657f5
commit
f2f3654d54
@ -2,7 +2,7 @@ FROM alpine:latest
|
|||||||
|
|
||||||
RUN apk add openssh
|
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
|
RUN adduser -h /home/user -s /bin/sh -D user
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user