From a4b5db155e28b471e3af498d22db9b8643b30ae8 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 18 May 2024 23:14:21 +0200 Subject: [PATCH] feat: update matrix Signed-off-by: kjuulh --- private_dot_ssh/private_executable_config.tmpl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index 7709252..4232bef 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -35,12 +35,6 @@ Host ratchet PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank -Host clank_matrix - Hostname 10.0.9.13 - User root - PubKeyAuthentication yes - IdentityFile ~/.ssh/id_clank - Host server Hostname 10.0.9.2 User hermansen @@ -142,7 +136,7 @@ Host drone IdentitiesOnly true IdentityFile ~/.ssh/id_clank -Host clank_matrix_2 +Host clank_matrix Hostname 10.0.11.4 User root PubKeyAuthentication yes