From 0bca1f858c857eb48d9e2cc9398add196bdb36eb Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 19 May 2024 14:16:28 +0200 Subject: [PATCH] feat: add atuin 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 d6241ae..1471cfe 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -186,6 +186,13 @@ Host clank_reserve_me IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_atuin + Hostname 10.0.11.13 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root