Block a user
docker-ssh-jumphost (latest)
Published 2026-07-05 02:09:12 +02:00 by chris
Installation
docker pull git.debilux.org/chris/docker-ssh-jumphost:latestsha256:3f368b17d1fdc50e99cb03bb318e75581c4ff4c359719dc37b86b205cb5b0715
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 3a6a9c23cf | linux/amd64 | 9.1 MiB |
| 07593eb0cb | linux/arm64 | 9.4 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.24.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 [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"] |