microsoft / go-winio

Win32 IO-related utilities for Go
MIT License
952 stars 182 forks source link

DialPipe || DialPipeContext permission denied reading/writting to pipe #249

Open r4yv3n opened 2 years ago

r4yv3n commented 2 years ago

Windows 10 \.\pipe\openssh-ssh-agent

I'm getting permission denied when trying to list keys or write keys to ssh-agent. I was able to do this in the past. All I see in event viewer is LRPC permission denied but very little details.

Is there something I need to do to set permissions in order to access a named pipe?

I usually stay in the Linux world where his is easier.