From b074f278845c702b6d025e2cb9168377cafc25ff Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 16 Oct 2023 20:27:33 +0200 Subject: [PATCH] Update .ssh/config --- private_dot_ssh/private_executable_config.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index eb6fa64..3c76f90 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -54,6 +54,13 @@ Host clank_bigboks_0 PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank +Host clank_reserve_me + Hostname 168.119.105.241 + #Hostname 10.0.10.0 + User root + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + Host wg_clank_bigboks_0 Hostname 10.0.10.0 User root