From 5cba608e65bb81b274943c029ba143ab955ad40b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 13 Jan 2025 20:45:44 +0100 Subject: [PATCH] feat: add nodes Signed-off-by: kjuulh --- private_dot_ssh/private_executable_config.tmpl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index e5e3f66..2725b5a 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -261,6 +261,24 @@ Host clank_postgresql IdentitiesOnly true IdentityFile ~/.ssh/id_clank +Host windmill + Hostname 10.0.13.4 + User root + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + +Host node_ollama + Hostname 10.0.13.5 + User root + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + +Host node_data + Hostname 10.0.13.5 + User root + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + Host harbor Hostname 10.0.10.3 User root