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