From 2de593a89ffbbfaa0f022d6488385a655c8a7118 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 19 May 2024 01:05:15 +0200 Subject: [PATCH] feat: add storage Signed-off-by: kjuulh --- 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 447e92a..ab806d3 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -151,6 +151,13 @@ Host clank_harbor IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_storage + Hostname 10.0.11.7 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root