From ab3d90ec02fc9f0814684678cbd247e63e48973a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 19 May 2024 21:01:13 +0200 Subject: [PATCH] feat: add plausible 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 8b57b07..44c7108 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -214,6 +214,13 @@ Host clank_bitebuds IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_plausible + Hostname 10.0.11.17 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root