From 1b9649fbc0a075a27910ef1c77465a462b527f16 Mon Sep 17 00:00:00 2001 From: korotkov Date: Wed, 1 Apr 2026 14:27:48 +0500 Subject: [PATCH] q --- tunnel/entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tunnel/entrypoint.sh b/tunnel/entrypoint.sh index 14d96c1..04d5d0a 100644 --- a/tunnel/entrypoint.sh +++ b/tunnel/entrypoint.sh @@ -1,7 +1,5 @@ #!/bin/sh -chmod 600 /root/.ssh/id_rsa - ssh-keyscan -p ${SSH_PORT:-22} ${SSH_HOST} >> /root/.ssh/known_hosts 2>/dev/null exec autossh \