ssh: set config opts for macOS keychain

This commit is contained in:
2025-08-27 20:31:06 -07:00
parent a2e7b915b9
commit 5356a39b5d

View File

@@ -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