From cc4f1a8fc4994bc9acb2b94a43599435e94b3d58 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 10 Aug 2023 12:53:26 +0200 Subject: [PATCH] Update .ssh/config --- private_dot_ssh/private_executable_config.tmpl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index 9c8a3a1..4a68c6e 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -48,7 +48,8 @@ Host clank_renovate IdentityFile ~/.ssh/id_clank Host clank_bigboks_0 - Hostname 136.243.15.57 + #Hostname 136.243.15.57 + Hostname 10.0.10.0 User root PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank @@ -117,3 +118,10 @@ Host clank_k8s_001 User root PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank + +Host clank_storage_box + Hostname u344185.your-storagebox.de + User u344185 + Port 23 + PubKeyAuthentication yes + IdentityAgent ~/.1password/agent.sock