From 4cb7a30a6c7095123588a377263de7d9aa68d38b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 18 May 2024 22:21:41 +0200 Subject: [PATCH] feat: add matrix 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 3577608..7709252 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -142,6 +142,13 @@ Host drone IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_matrix_2 + Hostname 10.0.11.4 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root