From 062d6734adbc699c0b23eca586ec44416c8cf3a4 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 3 Nov 2024 21:30:59 +0100 Subject: [PATCH] feat: update with nef Signed-off-by: kjuulh --- private_dot_ssh/private_executable_config.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index caf87a9..a3b925d 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -41,6 +41,12 @@ Host server PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank +Host nef + Hostname 192.168.89.204 + User kjuulh + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + {{ if .homebrew -}} Host * IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"