From 0f26208e4f85af7b282d6f6c8c50643eb520d3c3 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 25 Jul 2023 12:39:16 +0200 Subject: [PATCH] Update .ssh/config --- private_dot_ssh/private_executable_config.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index cbb9b4d..fdf27b9 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -1,6 +1,8 @@ Host github.com ForwardAgent yes + {{ if .homebrew }} UseKeychain yes + {{ end }} IdentityFile ~/.ssh/github Host ssh.dev.azure.com @@ -29,8 +31,10 @@ Host server PubKeyAuthentication yes IdentityFile /Users/kah/.ssh/id_clank +{{ if .homebrew}} Host * IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" +{{ end }} Host clank_postgres Hostname 10.0.9.8