From 43df3015da6913a13ded93d7a6748773454dd669 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 19 May 2024 21:32:35 +0200 Subject: [PATCH] feat: add loki Signed-off-by: kjuulh --- 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 44c7108..bbe98b5 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -221,6 +221,13 @@ Host clank_plausible IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_loki + Hostname 10.0.11.18 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root