Block a user
docker-ssh-jumphost (sha256:4365b66175337e04abf1c282a50c6e55c3ef35906fd5fe9c771064260baad523)
Published 2025-08-03 02:09:55 +02:00 by chris
Installation
docker pull git.debilux.org/chris/docker-ssh-jumphost@sha256:4365b66175337e04abf1c282a50c6e55c3ef35906fd5fe9c771064260baad523
sha256:4365b66175337e04abf1c282a50c6e55c3ef35906fd5fe9c771064260baad523
Image Layers
ADD alpine-minirootfs-3.22.1-aarch64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk add --update openssh # buildkit |
COPY sshd_config /etc/ssh/sshd_bastion_config # buildkit |
RUN /bin/sh -c echo "Include /etc/ssh/sshd_bastion_config" >> /etc/ssh/sshd_config # buildkit |
RUN /bin/sh -c adduser -D -s /bin/sh -H bastion # buildkit |
RUN /bin/sh -c passwd -u -d bastion # buildkit |
EXPOSE map[2222/tcp:{}] |
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit |
RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |