diff options
-rw-r--r-- | misc/dotfiles/ssh/config.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dotfiles/ssh/config.j2 b/misc/dotfiles/ssh/config.j2 index 6b9ac59..f86927e 100644 --- a/misc/dotfiles/ssh/config.j2 +++ b/misc/dotfiles/ssh/config.j2 @@ -13,12 +13,12 @@ Host sun mail Hostname %h.ilvokhin.com # Moscow machines behind NAT. -Host water +Host flame ProxyJump gate Hostname 10.0.0.2 ForwardAgent yes -Host flame +Host water ProxyJump gate Hostname 10.0.0.3 ForwardAgent yes |