Block a user
docker-ssh-jumphost (latest)
Published 2025-12-14 02:32:46 +01:00 by chris
Installation
docker pull git.debilux.org/chris/docker-ssh-jumphost:latestsha256:0dc5c800d0cd97ffc68bae7a47c835dadc05b8aef9623300c97912d00eefc96c
Images
| Digest | OS / Arch | Size |
|---|---|---|
| b906a06cdf | linux/amd64 | 9.3 MiB |
| 5f3c4c0214 | linux/arm64 | 9.6 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.23.0-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 [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"] |