ssh:allow for ssh-agent forwarding

This commit is contained in:
Jason Swank 2023-11-10 16:14:49 +00:00
parent 9f4d6c25e1
commit 017f24d10e

View File

@ -5,7 +5,7 @@ ForwardAgent yes
NoHostAuthenticationForLocalhost yes NoHostAuthenticationForLocalhost yes
HashKnownHosts no HashKnownHosts no
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes #IdentitiesOnly no
# Include codespace-config # Include codespace-config
Include ~/.config/pm/*/ssh_config Include ~/.config/pm/*/ssh_config