From 81dcd1b8e269ab771f9821ad83c25353818ce8ee Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 19 May 2024 15:08:28 +0200 Subject: [PATCH] feat: add content 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 ef31792..80a76a0 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -200,6 +200,13 @@ Host clank_gitea IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_content + Hostname 10.0.11.15 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root