diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index 393aced..3577608 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -111,14 +111,20 @@ Host clank_smolboks_0 PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank -Host clank_testboks_0 - Hostname 10.0.12.1 +Host clank_smolboks_1 + Hostname 10.0.10.6 User root PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank -Host clank_smolboks_1 - Hostname 10.0.10.6 +Host clank_smolboks_2 + Hostname 10.0.10.7 + User root + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + +Host clank_testboks_0 + Hostname 10.0.12.1 User root PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank