conteneurs-formation/debian13-ssh (sha256:34320eb4d2ac3150a9ec174d9369375c73bd43371e1253ca7cc3c483a248668f)

Published 2026-08-03 08:38:37 +00:00 by romain in romain/Conteneurs-Formation

Installation

docker pull forge.rdr-it.com/romain/conteneurs-formation/debian13-ssh@sha256:34320eb4d2ac3150a9ec174d9369375c73bd43371e1253ca7cc3c483a248668f
sha256:34320eb4d2ac3150a9ec174d9369375c73bd43371e1253ca7cc3c483a248668f

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'
ENV DEBIAN_FRONTEND=noninteractive ROOT_PASSWORD=root
RUN /bin/sh -c apt-get update -qq && apt-get install -y -qq openssh-server sudo curl wget vim nano net-tools iputils-ping python3 && rm -rf /var/lib/apt/lists/* && mkdir -p /run/sshd && echo 'PermitRootLogin yes' >> /etc/ssh/sshd_config && echo 'PasswordAuthentication yes' >> /etc/ssh/sshd_config && echo 'root:root' | chpasswd # buildkit
EXPOSE [22/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"]
CMD ["/usr/sbin/sshd" "-D" "-e"]
Details
Container
2026-08-03 08:38:37 +00:00
1
OCI / Docker
linux/amd64
74 MiB
Versions (1) View all
latest 2026-08-03