From 136a42359faa4e1795b10409ceccc561a0e6b2c0 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 26 May 2024 13:42:39 +0200 Subject: [PATCH] feat: add releaser 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 bbe98b5..ba4b3d0 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -228,6 +228,13 @@ Host clank_loki IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_releaser + Hostname 10.0.11.19 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root