aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-02-27 10:54:34 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:31 +0200
commit4935978bb3522415809924430228c444fb41b837 (patch)
tree97d21418176391c3dbf811d2f407686c36e4671c /.ssh/config
parent9275732a6637f0036f90f5699a4b505d0d10bb98 (diff)
Update SSH config for Mintlab
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config5
1 files changed, 3 insertions, 2 deletions
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