From 6490128a0cc163e8fe1b946af436d36888c39969 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 4 Feb 2024 13:40:01 +0100 Subject: [PATCH] Update .ssh/config --- private_dot_ssh/private_executable_config.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index 676b028..c157078 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -79,6 +79,13 @@ Host clank_raw_front PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank +Host clank_crdb + #Hostname 49.13.127.127 + Hostname 10.0.9.15 + User root + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + Host wg_clank_bigboks_0 Hostname 10.0.10.0 User root