Bugfix installer: SSH config port
This commit is contained in:
parent
2d22b15e85
commit
fc512b0248
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user