diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-06-14 22:25:36 +0100 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-06-14 22:25:36 +0100 |
commit | 672c7afe33fd9bc0c94f08f909c6c5bd6fb5eac4 (patch) | |
tree | c3bfe91b7337d856a0e01244648b96e89909fffa | |
parent | 88697df1e49e37ee3227dce234a6adbf5e35ccbc (diff) | |
download | infra-672c7afe33fd9bc0c94f08f909c6c5bd6fb5eac4.tar.gz infra-672c7afe33fd9bc0c94f08f909c6c5bd6fb5eac4.tar.bz2 infra-672c7afe33fd9bc0c94f08f909c6c5bd6fb5eac4.zip |
Fix ip addresses for Moscow machines
-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 7fe3bec..6b9ac59 100644 --- a/misc/dotfiles/ssh/config.j2 +++ b/misc/dotfiles/ssh/config.j2 @@ -15,10 +15,10 @@ Host sun mail # Moscow machines behind NAT. Host water ProxyJump gate - Hostname 10.9.8.2 + Hostname 10.0.0.2 ForwardAgent yes Host flame ProxyJump gate - Hostname 10.9.9.2 + Hostname 10.0.0.3 ForwardAgent yes |