From fc512b02488f7d49fbd550c43854e67e8f486ca0 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Thu, 10 Apr 2025 12:46:24 +0200 Subject: [PATCH] Bugfix installer: SSH config port --- install.sh | 1 + update.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 2bfeb89..a265126 100755 --- a/install.sh +++ b/install.sh @@ -207,6 +207,7 @@ setup_ssh_config() { local config_entry="Host self-host-playbook HostName $ip_address User $username + Port 2222 IdentityFile $ssh_key_file" # Check if entry already exists diff --git a/update.sh b/update.sh index 926a66e..c1bf7df 100644 --- a/update.sh +++ b/update.sh @@ -133,6 +133,7 @@ setup_ssh_config() { local config_entry="Host self-host-playbook HostName $ip_address User $username + Port 2222 IdentityFile $ssh_key_file" # Check if entry already exists