From 5356a39b5d94be0c9ec7fef4530f588d64aa97e6 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 27 Aug 2025 20:31:06 -0700 Subject: [PATCH] ssh: set config opts for macOS keychain --- ssh/config.laptop | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh/config.laptop b/ssh/config.laptop index eb9b599..96a10b9 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -1,6 +1,8 @@ # ssh config file Host * Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr + UseKeychain yes + AddKeysToAgent yes # GitHub Host github.com