From ca991bcc2cce32515e7b3fabc224a6c4ef1e79d1 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 5 Jan 2025 16:58:30 +0100 Subject: [PATCH] feat: add new ip Signed-off-by: kjuulh --- private_dot_ssh/private_executable_config.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index 9401d29..e5e3f66 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -42,13 +42,13 @@ Host server IdentityFile ~/.ssh/id_clank Host nef - Hostname 192.168.89.204 + Hostname 192.168.96.153 User kjuulh PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank Host nef_remote - Hostname 10.0.9.20 + Hostname 10.0.9.18 User kjuulh PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank