From 193390ecb85b08fc9b86cfa91f86af00a4684095 Mon Sep 17 00:00:00 2001 From: korotkov Date: Wed, 1 Apr 2026 14:23:12 +0500 Subject: [PATCH] q --- tunnel/entrypoint.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tunnel/entrypoint.sh b/tunnel/entrypoint.sh index ed80a67..14d96c1 100644 --- a/tunnel/entrypoint.sh +++ b/tunnel/entrypoint.sh @@ -1,14 +1,9 @@ -# tunnel/entrypoint.sh #!/bin/sh -# Права на ключ chmod 600 /root/.ssh/id_rsa -# Добавляем сервер в known_hosts ssh-keyscan -p ${SSH_PORT:-22} ${SSH_HOST} >> /root/.ssh/known_hosts 2>/dev/null -echo "Запуск AutoSSH туннеля → ${SSH_USER}@${SSH_HOST}:${SSH_PORT:-22}" - exec autossh \ -M 0 \ -N \