Bugfix installer: SSH config port

This commit is contained in:
m3tam3re 2025-04-10 12:46:24 +02:00
parent 2d22b15e85
commit fc512b0248
2 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,7 @@ setup_ssh_config() {
local config_entry="Host self-host-playbook local config_entry="Host self-host-playbook
HostName $ip_address HostName $ip_address
User $username User $username
Port 2222
IdentityFile $ssh_key_file" IdentityFile $ssh_key_file"
# Check if entry already exists # Check if entry already exists

View File

@ -133,6 +133,7 @@ setup_ssh_config() {
local config_entry="Host self-host-playbook local config_entry="Host self-host-playbook
HostName $ip_address HostName $ip_address
User $username User $username
Port 2222
IdentityFile $ssh_key_file" IdentityFile $ssh_key_file"
# Check if entry already exists # Check if entry already exists