summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-06-15 19:29:35 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2024-06-15 19:29:35 +0100
commit603015c7760e12e30cf4f44da22d2be296eafd16 (patch)
tree3be64fa032f92419dd54ad32fb2d3ea690d3863c
parent537330962e84fa038ce7734742df75ce76505b60 (diff)
downloadinfra-603015c7760e12e30cf4f44da22d2be296eafd16.tar.gz
infra-603015c7760e12e30cf4f44da22d2be296eafd16.tar.bz2
infra-603015c7760e12e30cf4f44da22d2be296eafd16.zip
Correct ip addresses for water and flame
-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 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