ci-cloud-config/ssh/ssh_config
Logan V 14ebc84487 Disable host key checking for jump host
Change-Id: I3c3fe81cd9a23434b8393702ecf95229386558d4
2018-09-13 14:07:58 -06:00

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