diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index ab806d3..ad61f43 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -158,6 +158,13 @@ Host clank_storage IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_vault + Hostname 10.0.11.8 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root