From 8d2e2ca7e60ae122396dfcd4e5525b3b946a1b29 Mon Sep 17 00:00:00 2001 From: Jan Funke Date: Thu, 20 Mar 2025 15:32:01 +0100 Subject: [PATCH] Added: 1Password agent for linux ssh --- dot_ssh/config.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_ssh/config.tmpl b/dot_ssh/config.tmpl index 2b9926a..eac09a4 100644 --- a/dot_ssh/config.tmpl +++ b/dot_ssh/config.tmpl @@ -8,6 +8,10 @@ Host * UseKeychain yes IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" {{- end }} +{{ if eq .chezmoi.os "linux" }} +Host * + IdentityAgent ~/.1password/agent.sock +{{- end }} # Privat Include ~/.ssh/config.d/private.conf