Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ssh-add could not open a connection to your authentication agent

# wsl2 solution with vscode to connect to Github repository (not sure why it works with the agent but not otherwise keys are in Ubuntu ie. could be with it being in a VM)
eval $(ssh-agent)
ssh-add
Source by coderwall.com #
 
PREVIOUS NEXT
Tagged: #open #connection #authentication #agent
ADD COMMENT
Topic
Name
8+3 =