From 4cb7d63f8df8a86d1aeda72fc342c776c66bffc9 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 5 Jan 2025 16:55:25 +0100 Subject: [PATCH] feat: add nef remote 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 1ad50d5..9401d29 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -47,6 +47,13 @@ Host nef PubKeyAuthentication yes IdentityFile ~/.ssh/id_clank +Host nef_remote + Hostname 10.0.9.20 + User kjuulh + PubKeyAuthentication yes + IdentityFile ~/.ssh/id_clank + + {{ if .homebrew -}} Host * IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"