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"