From b5290d74fad10053b219608f5bfc8481bf6e0d85 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 28 Oct 2023 21:16:35 +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 f71429d..f3e98b3 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -1,3 +1,7 @@ +{{ if .homebrew -}} +Include ~/.orbstack/ssh/config +{{ end -}} + Host github.com ForwardAgent yes {{ if .homebrew -}}