Limbo - Knowledge Base

Global Knowledge base not restricted by implementations for more information check

ssh-server (latest)

Published 2026-03-07 14:01:04 +00:00 by marcio.fernandes in kb/ssh

Installation

docker pull git.limbosolutions.com/kb/ssh-server:latest
sha256:4b65844e3b8823486db3fb86009fd4618402ba47f93a8be80feb9556eab7acd8

Image Layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1771804800'
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip openssh-server curl nano && mkdir /var/run/sshd && apt-get clean # buildkit
RUN /bin/sh -c mkdir -p /etc/app/config # buildkit
COPY app/ /app # buildkit
WORKDIR /app
RUN /bin/sh -c pip install --no-cache-dir -r requirements.txt # buildkit
ENV CONFIGURATION=Production
ENV DEBUG=False
CMD ["python3" "-u" "/app/main.py"]
Details
Container
2026-03-07 14:01:04 +00:00
21
OCI / Docker
linux/amd64
222 MiB
Versions (1) View all
latest 2026-03-07