Block a user
homelab/infra-ssh-toolkit (sha-c90bd1b)
Published 2025-10-29 12:53:10 -05:00 by thekidfromoak
Installation
docker pull git.bitnegative.com/thekidfromoak/homelab/infra-ssh-toolkit:sha-c90bd1bsha256:5af7d70ceaedaa6588d6f8b464bccecce52117f9b9893aafd50cf76b539788de
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a87a487aa2 | linux/amd64 | 64 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1760918400' |
| RUN /bin/sh -c mkdir -p /run/sshd && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests libvirt-clients libvirt-dev openssh-server netcat-openbsd python3 python3-apt python3-libvirt python3-lxml sudo && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY ./containers/infra-ssh-toolkit/scripts/entrypoint.sh /usr/local/bin # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit |
| COPY ./containers/infra-ssh-toolkit/scripts/guest_exec.py /usr/local/bin # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/guest_exec.py # buildkit |
| EXPOSE [22/tcp] |
| ENTRYPOINT ["entrypoint.sh"] |
| CMD ["/usr/sbin/sshd" "-D" "-e"] |
Details
2025-10-29 12:53:10 -05:00
Versions (3)
View all
Container
0
OCI / Docker