From 54f278b8bb1d197dc02e2270d8fdcd3f4923c70c Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 19 May 2024 11:16:49 +0200 Subject: [PATCH] feat: add todo 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 87ddd63..cee35a6 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -172,6 +172,13 @@ Host clank_zitadel IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_todo + Hostname 10.0.11.10 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root