From 484a7ac12c1bf27c263899f973b8c9418346c9ef Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 15 Nov 2021 10:51:41 -0500 Subject: [PATCH] [ssh] Use bastion by default --- ssh/.ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 23a104a..e921c5f 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -92,7 +92,7 @@ Host *.local 192.168.1.* User root IdentityFile ~/.ssh/jails Hostname %h - #ProxyJump bastion.unbl.ink + ProxyJump bastion.unbl.ink Host *.cloud51 HostName %h