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
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user