From 876699b65378f6ef4a0d8a19f1215f4689d55d4d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 2 Mar 2021 17:54:06 -0500 Subject: [PATCH] [ssh] Moving jump to bastion --- ssh/.ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 47e4a21..195cb9e 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -9,7 +9,7 @@ Host * VerifyHostKeyDNS no # Home Gitea account: -Host git.unbl.ink +Host code.unbl.ink Port 222 User git IdentityFile ~/.ssh/1904_powellc @@ -88,7 +88,7 @@ Host *.local 192.168.1.* User root IdentityFile ~/.ssh/jails Hostname %h - ProxyJump jump.unbl.ink + ProxyJump bastion.unbl.ink Host bastion.cloud10.15five.com IdentityFile ~/.ssh/ff_cloud10_rsa