From a8c05ebf38c067937d28335a4e8ff4990d63133e Mon Sep 17 00:00:00 2001 From: Bernhard Radermacher Date: Thu, 26 Feb 2026 13:17:25 +0100 Subject: [PATCH] add default ssh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ede5b58..47368b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && \ echo "postgres ALL = (ALL) NOPASSWD:ALL" >> /etc/sudoers && \ echo "X11Forwarding no" >> /etc/ssh/sshd_config && \ echo "PasswordAuthentication no" >> /etc/ssh/sshd_config && \ - echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config \ + echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config COPY ssh / RUN set -eux && \