69131534fe
Allow jump host definitions to include an explicit port in the form user@host:port. Default to port 22 when no port is provided and update the sample config and docs accordingly.
9 lines
183 B
YAML
9 lines
183 B
YAML
ssh:
|
|
default_user: root
|
|
default_port: 22
|
|
default_options: ""
|
|
jump_hosts:
|
|
office: "user@192.168.10.11"
|
|
dev: "user@192.168.10.11:2222"
|
|
backup: "admin@10.0.0.5:2200"
|