Don't generate keys twice
All checks were successful
Build a dev image / build (push) Successful in 15s

This commit is contained in:
Adam Štrauch 2025-10-07 23:34:06 +02:00
parent a0c265c6ca
commit 12c970cd9f
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -36,7 +36,6 @@ if [ ! -f /etc/ssh/sshd_config ]; then
echo "GatewayPorts no" >> /etc/ssh/sshd_config echo "GatewayPorts no" >> /etc/ssh/sshd_config
echo "X11Forwarding no" >> /etc/ssh/sshd_config echo "X11Forwarding no" >> /etc/ssh/sshd_config
echo "Subsystem sftp internal-sftp" >> /etc/ssh/sshd_config echo "Subsystem sftp internal-sftp" >> /etc/ssh/sshd_config
ssh-keygen -A
fi fi
# Array to store child PIDs # Array to store child PIDs