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