From 4e060163ca99c75f1351c440a8eae0c849486b8e Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 16 Jul 2024 10:46:09 +0200 Subject: [PATCH] Update .ssh/config --- 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 ba4b3d0..caf87a9 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -235,6 +235,13 @@ Host clank_releaser IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host clank_postgresql + Hostname 10.0.11.20 + User root + PubKeyAuthentication yes + IdentitiesOnly true + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root