From 4935978bb3522415809924430228c444fb41b837 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 27 Feb 2020 10:54:34 +0100 Subject: Update SSH config for Mintlab --- .ssh/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.ssh/config') diff --git a/.ssh/config b/.ssh/config index cf5e0c7..5d72ea5 100644 --- a/.ssh/config +++ b/.ssh/config @@ -8,13 +8,14 @@ Host caeghi ForwardAgent yes Host *.zsys.nl + StrictHostKeyChecking no UserKnownHostsFile /dev/null Host bastion.*.zsys.nl - ProxyCommand ssh -q -W %h:%p caeghi + ProxyJump caeghi ForwardAgent yes User mintlab Host bttw.prd.zsys.nl - ProxyCommand ssh -q -W %h:%p bastion.prd.zsys.nl + ProxyJump bastion.prd.zsys.nl User mintlab -- cgit v1.1