ci-cloud-config/ssh/ssh_config

12 lines
284 B
Plaintext

# NOTE(logan): To reach the 10.0.0.0/8 hosts in the deployment, a ProxyJump
# is used from the nodepool deployment host through the first infrastructure
# host, lsn-mc1016.
Host jump
Hostname 192.169.91.98
User root
StrictHostKeyChecking no
Host 10.*
ProxyJump jump