add default ssh

This commit is contained in:
Bernhard Radermacher
2026-02-26 13:17:25 +01:00
parent 919c4cac00
commit a8c05ebf38

View File

@@ -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 && \