We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2426672 commit b82a602Copy full SHA for b82a602
README.md
@@ -47,6 +47,17 @@ end
47
Close and reopen the terminal and execute `ssh your-machine`.
48
The command should communicate with ssh-agent.exe service.
49
50
+## Tip: For pageant.exe
51
+
52
+If you want to use with the named pipe provided by pageant.exe, you can use the `-pipename` option.
53
+You can configure wsl2-ssh-agent as follows:
54
55
+```
56
+eval $($HOME/wsl2-ssh-agent -pipename $(grep -oP "IdentityAgent \"//\./pipe/\K[^\"]+" /mnt/c/.../pageant.conf))
57
58
59
+(The author does not use pageant.exe. Let me know if it does not work.)
60
61
## Troubleshooting
62
63
### Make sure that ssh-agent.exe is working properly
0 commit comments