From 0e14489fbba30bd6941d647b27c636bc37ea935f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 27 Jan 2024 15:43:08 +0100 Subject: [PATCH] Update .ssh/config --- private_dot_ssh/private_executable_config.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index e76908d..676b028 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -97,6 +97,12 @@ Host clank_testboks_0 PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank +Host clank_smolboks_1 + Hostname 10.0.10.6 + User root + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + Host clank_monitoring Hostname 10.0.9.6 User root