[ssh] Moving jump to bastion

This commit is contained in:
2021-03-02 17:54:06 -05:00
parent 7d698e008e
commit 876699b653

View File

@ -9,7 +9,7 @@ Host *
VerifyHostKeyDNS no VerifyHostKeyDNS no
# Home Gitea account: # Home Gitea account:
Host git.unbl.ink Host code.unbl.ink
Port 222 Port 222
User git User git
IdentityFile ~/.ssh/1904_powellc IdentityFile ~/.ssh/1904_powellc
@ -88,7 +88,7 @@ Host *.local 192.168.1.*
User root User root
IdentityFile ~/.ssh/jails IdentityFile ~/.ssh/jails
Hostname %h Hostname %h
ProxyJump jump.unbl.ink ProxyJump bastion.unbl.ink
Host bastion.cloud10.15five.com Host bastion.cloud10.15five.com
IdentityFile ~/.ssh/ff_cloud10_rsa IdentityFile ~/.ssh/ff_cloud10_rsa