From 37dfdb2739167d7539ab5001cd0ae1af6bf4c7fe Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 19 May 2024 14:36:42 +0200 Subject: [PATCH] feat: add gitea 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 1471cfe..ef31792 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -193,6 +193,13 @@ Host clank_atuin IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_gitea + Hostname 10.0.11.14 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root