From 672c7afe33fd9bc0c94f08f909c6c5bd6fb5eac4 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Fri, 14 Jun 2024 22:25:36 +0100 Subject: Fix ip addresses for Moscow machines --- misc/dotfiles/ssh/config.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/dotfiles') 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 -- cgit v1.2.3-70-g09d2