Include ssh_config; rename Host susanoo

This commit is contained in:
Philip Henning 2024-06-11 07:52:12 +02:00
parent e5ca559150
commit 33270abf66
6 changed files with 33 additions and 8 deletions

12
dotfiles/ssh/config Normal file
View file

@ -0,0 +1,12 @@
Include /Users/phg/.colima/ssh_config
#
# {{@@ header() @@}}
#
Include config.d/*
Include config.d/*/*
{%@@ if profile == 'susanoo.local' or profile == 'WVDEWOBMC001307' @@%}Host *
IdentityAgent "~/Library/Group Containers/group.strongbox.mac.mcguill/agent.sock"
{%@@ endif @@%}