From 14ebc8448772f3fe82a2c8b62dec7597a40a7fce Mon Sep 17 00:00:00 2001 From: Logan V Date: Thu, 13 Sep 2018 14:07:58 -0600 Subject: [PATCH] Disable host key checking for jump host Change-Id: I3c3fe81cd9a23434b8393702ecf95229386558d4 --- ssh/ssh_config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ssh/ssh_config b/ssh/ssh_config index f5e53d0..a48f74a 100644 --- a/ssh/ssh_config +++ b/ssh/ssh_config @@ -2,5 +2,10 @@ # 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 root@192.169.91.98 + ProxyJump jump