summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-06-14 22:25:36 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2024-06-14 22:25:36 +0100
commit672c7afe33fd9bc0c94f08f909c6c5bd6fb5eac4 (patch)
treec3bfe91b7337d856a0e01244648b96e89909fffa
parent88697df1e49e37ee3227dce234a6adbf5e35ccbc (diff)
downloadinfra-672c7afe33fd9bc0c94f08f909c6c5bd6fb5eac4.tar.gz
infra-672c7afe33fd9bc0c94f08f909c6c5bd6fb5eac4.tar.bz2
infra-672c7afe33fd9bc0c94f08f909c6c5bd6fb5eac4.zip
Fix ip addresses for Moscow machines
-rw-r--r--misc/dotfiles/ssh/config.j24
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