diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index cee35a6..364f7df 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -179,6 +179,13 @@ Host clank_todo IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_blog + Hostname 10.0.11.11 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root