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"