From 0cb683bbf2316c108ea429d972c2e91ef30fb7a5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 19 May 2024 12:01:43 +0200 Subject: [PATCH] feat: add blog 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 cee35a6..364f7df 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -179,6 +179,13 @@ Host clank_todo IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_blog + Hostname 10.0.11.11 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root