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