From 62f995159a6f7c9326c17d2f5ecfe0a06ff5793f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 19 May 2024 20:40:53 +0200 Subject: [PATCH] feat: add bitebuds 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 80a76a0..8b57b07 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -207,6 +207,13 @@ Host clank_content IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_bitebuds + Hostname 10.0.11.16 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root