From 9ca8a5e762fc827cf0b3d0e84c9e18b2a472cc55 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 23 Dec 2023 22:28:29 +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 3b92b56..ae15110 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -138,6 +138,12 @@ Host clank_k8s_001 PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank +Host clank_k8s_002 + Hostname 10.0.10.6 + User root + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + Host clank_storage_box Hostname u344185.your-storagebox.de User u344185