From 6d4bf6d30cf959fdccb3f6095b14d1bc216f2aef Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 3 Mar 2021 13:28:57 -0500 Subject: [PATCH] [ssh] Default to not running local through the bastion --- ssh/.ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 983f860..9e2a976 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -38,7 +38,7 @@ Host tilde.club User secstate IdentityFile ~/.ssh/powellc -Host jump.local +Host bastion.local User powellc # Cloud @@ -88,7 +88,7 @@ Host *.local 192.168.1.* User root IdentityFile ~/.ssh/jails Hostname %h - ProxyJump bastion.unbl.ink + #ProxyJump bastion.unbl.ink Host bastion.cloud10.15five.com IdentityFile ~/.ssh/ff_cloud10_rsa