Windows 10 20H2, build 19042.685
I'm trying to use the SSH agent in the built-in OpenSSH client on Windows 10. The agent is running:
C:\Users\Daniel> Get-Service | ?{$_.Name -like '*ssh-agent*'} Status Name DisplayName ------ ---- ----------- Running ssh-agent OpenSSH Authentication Agent However, ssh-add is still throwing the same error:
C:\Users\Daniel> ssh-add C:\Users\Daniel\.ssh\id_ed25519 Error connecting to agent: No such file or directory Any ideas?