From 09129cdd55d1fc617cef53968a16d6ebe6da7115 Mon Sep 17 00:00:00 2001 From: shokinn Date: Wed, 24 Jul 2024 14:25:15 +0200 Subject: [PATCH] Add notice, that the IdentityAgent entry for strongbox should be last --- dotfiles/ssh/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config index 0f95a35..d3766d2 100644 --- a/dotfiles/ssh/config +++ b/dotfiles/ssh/config @@ -7,6 +7,9 @@ Include /Users/phg/.colima/ssh_config Include config.d/*.config Include config.d/*/*.config -{%@@ if profile == 'susanoo.local' or profile == 'WVDEWOBMC001307' @@%}Host * +{%@@ if profile == 'susanoo.local' or profile == 'WVDEWOBMC001307' @@%}# +# This have to be LAST +# +Host * IdentityAgent "~/Library/Group Containers/group.strongbox.mac.mcguill/agent.sock" {%@@ endif @@%}