This commit is contained in:
Tim
2026-01-08 12:23:33 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ RUN echo "crime1:crime1" | chpasswd
RUN echo "crime2:&Vs@gSfdC+SPh!{BkBSt=~9{" | chpasswd
RUN echo "crime3:CX1bjEG5Hj2bYmFBKe4hfLYFpXBFi2Dv" | chpasswd
RUN echo "crime4:Qw2e3r4T5z6U7i8O9p0AsD" | chpasswd
RUN echo "crime5:vG7kLp9xQ2zW4eR6tY8uI0" | chpasswd
RUN echo "crime5:vG7kLp9xQ2zW4eR6tY8uI0" | chpasswdls
# SSH
RUN sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/' /etc/ssh/sshd_config

View File

@@ -13,5 +13,5 @@ NAMES=(
)
for name in "${NAMES[@]}"; do
bash -c "exec -a $name sleep 999999" &
done
bash -c "exec -a $name python3 -c 'while True: pass'" &
done