diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index bbe98b5..ba4b3d0 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -228,6 +228,13 @@ Host clank_loki IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_releaser + Hostname 10.0.11.19 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root