-
Notifications
You must be signed in to change notification settings - Fork 797
Closed
Description
Please answer the following
"OpenSSH for Windows" version
7.6.0.0
Windows 10 Pro
What is failing
C:\src> ssh-add C:\Users\alan\.ssh\ripper\ripper_id_rsa
Expected output
shrug
Actual output
Error connecting to agent: No such file or directory
Diagnostics
I used procmon to discover that the failed file open operation is on a file called 'C:\tmp\ssh-DEhw9URW70Jz\agent.24500' which does NOT exist. In fact, the c:\tmp directory doesn't exist.
I installed OpenSSH using choco install -y openssh -params '"/SSHAgentFeature"'
and I verified that ssh-agent service is installed AND running.
What was supposed to create 'C:\tmp\ssh-DEhw9URW70Jz\agent.24500' and how can I diagnose why it didn't?
Metadata
Metadata
Assignees
Labels
No labels