Limbo - Knowledge Base

Global Knowledge base not restricted by implementations for more information check

ssh-server (latest)

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

Installation

docker pull git.limbosolutions.com/kb/ssh-server:latest
sha256:224aa1a7cb5bdbb5ff4c58eca93a1550caa5a738eaf7e9d9f0f25ec11d542766

Image Layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1776729600'
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-04-25 14:01:59 +00:00
21
OCI / Docker
linux/amd64
221 MiB
Versions (1) View all
latest 2026-04-25