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