From 80edbfc48c0e72e7e0c58bc96742ecdc2e3b9c92 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Tue, 1 Oct 2024 16:20:52 +0200 Subject: [PATCH] fix: default to 1password only use file as backup --- config/ssh/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/ssh/config b/config/ssh/config index b2a816a..13cae93 100644 --- a/config/ssh/config +++ b/config/ssh/config @@ -1,4 +1,5 @@ Host * - IdentityFile ~/.ssh/id_ed25519 + IdentityAgent ~/.1password/agent.sock + # IdentityFile ~/.ssh/id_ed25519 Include ~/.ssh/config.d/*.conf