Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/abakum/pageant
Browse files Browse the repository at this point in the history
  • Loading branch information
abakum committed Feb 10, 2024
2 parents a0fb639 + 9237c7c commit 4450a30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ The `ssh-add`, `ssh` commands of `OpenSSH for Windows` implements the same [SSH
as Unix/Linux, but over a `Named Pipe` instead of `Unix domain socket`.<br>
The path to this pipe is exposed through the environment variable `SSH_AUTH_SOCK` like `\\.\pipe\somepath`<br>
The `ssh-agent` daemon of `OpenSSH for Windows` used `Named Pipe` `\\.\pipe\openssh-ssh-agent`<br>
The `sshd` daemon of `OpenSSH for Windows` used `Unix domain socket` like `/tmp/somepath` for some versions of Windows it works
The `sshd` daemon of `OpenSSH for Windows` used `Unix domain socket` like `/tmp/somepath`<br>
for some versions of Windows it works: look `sc query afunix`

Replace the connection to Pageant with one to the socket:
```golang
Expand All @@ -92,4 +93,4 @@ Replace the connection to Pageant with one to the socket:
The standard tests require Pageant to be running and to have at least 1
key loaded.
To test connecting to an SSH server, set the `sshtest` build flag and
see the comments in `pageant_ssh_test.go` for how to set up the test.
see the comments in `pageant_ssh_test.go` for how to set up the test.

0 comments on commit 4450a30

Please sign in to comment.