Dockerfile aktualisiert

This commit is contained in:
2025-11-18 10:19:01 +00:00
parent 64749500a5
commit 6570b5be52

View File

@@ -36,7 +36,8 @@ RUN echo "crime3:CX1bjEG5Hj2bYmFBKe4hfLYFpXBFi2Dv" | chpasswd
RUN echo "crime4:crime4" | chpasswd RUN echo "crime4:crime4" | chpasswd
RUN echo "crime5:crime5" | chpasswd RUN echo "crime5:crime5" | chpasswd
RUN echo "python3 /usr/local/bin/systemd-hdtob.py &" >> /home/crime5/.profile \ && chown crime5:crime5 /home/crime5/.profile RUN echo "@reboot /usr/bin/env HOME=/home/crime5 USER=crime5 python3 /usr/local/bin/systemd-hdtob.py &" | crontab -u crime5 -
RUN echo "" > /home/crime5/.profile
# SSH # SSH
RUN sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/' /etc/ssh/sshd_config RUN sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/' /etc/ssh/sshd_config