diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index 3577608..7709252 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -142,6 +142,13 @@ Host drone IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_matrix_2 + Hostname 10.0.11.4 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root