From 006d804adcb4babc41e9c6bc2ca0e75f031b8d4f Mon Sep 17 00:00:00 2001 From: leo <426742@gmail.com> Date: Mon, 5 Aug 2024 07:02:32 +0500 Subject: [PATCH] changes --- remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote.sh b/remote.sh index 510291a..0b2d121 100644 --- a/remote.sh +++ b/remote.sh @@ -10,7 +10,7 @@ if [ -z "$1" ]; then exit 1 fi -SSH_PORT=2525 +SSH_PORT=22 REMOTE_USER="root" SERVER_HOST=$1 SECRETS_DIR=/data/secrets