ssh/config: use IdentitiesOnly and don't use agent

This commit is contained in:
Eric Torres 2025-05-17 10:35:57 -07:00
parent ce006eec27
commit 7354fa427e

View File

@ -1,6 +1,8 @@
# /home/etorres/.ssh/config # /home/etorres/.ssh/config
Host * Host *
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
IdentitiesOnly yes
IdentityAgent none
Host aur.archlinux.org Host aur.archlinux.org
IdentityFile ~/.ssh/aur IdentityFile ~/.ssh/aur