From 9b8c35f8aaf9b49c080f684c12557b29595cd849 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sat, 6 Apr 2024 02:57:00 +0000 Subject: [PATCH] Added IdentityAgent none to avoid SSH errors w/ YubiKey --- home/private_dot_ssh/private_config.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/home/private_dot_ssh/private_config.tmpl b/home/private_dot_ssh/private_config.tmpl index 1075bc3d..a33281a5 100644 --- a/home/private_dot_ssh/private_config.tmpl +++ b/home/private_dot_ssh/private_config.tmpl @@ -12,6 +12,7 @@ Host * ServerAliveInterval 60 ServerAliveCountMax 30 IdentitiesOnly yes + IdentityAgent none IdentityFile ~/.ssh/ssh-13147527 IdentityFile ~/.ssh/ssh-13196452 IdentityFile ~/.ssh/ssh-5c-nano-laptop