From 017f24d10e72256b102d6599d216bb924dd7f875 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Fri, 10 Nov 2023 16:14:49 +0000 Subject: [PATCH] ssh:allow for ssh-agent forwarding --- ssh/.ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 6133735..f6213d3 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -5,7 +5,7 @@ ForwardAgent yes NoHostAuthenticationForLocalhost yes HashKnownHosts no IdentityFile ~/.ssh/id_ed25519 -IdentitiesOnly yes +#IdentitiesOnly no # Include codespace-config Include ~/.config/pm/*/ssh_config