From 7354fa427e3c551220b100f13bee1f027fadd733 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sat, 17 May 2025 10:35:57 -0700 Subject: [PATCH] ssh/config: use IdentitiesOnly and don't use agent --- ssh/config.xenon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh/config.xenon b/ssh/config.xenon index f13805d..2806615 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -1,6 +1,8 @@ # /home/etorres/.ssh/config Host * Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com + IdentitiesOnly yes + IdentityAgent none Host aur.archlinux.org IdentityFile ~/.ssh/aur