diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index ad61f43..87ddd63 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -165,6 +165,13 @@ Host clank_vault IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_zitadel + Hostname 10.0.11.9 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root