ssh/config.laptop: use IdentitiesOnly opt

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

View File

@@ -3,6 +3,7 @@ Host *
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
UseKeychain yes
AddKeysToAgent yes
IdentitiesOnly yes
# GitHub
Host github.com