diff --git a/Readme.md b/Readme.md index 8306734..0ce58fd 100644 --- a/Readme.md +++ b/Readme.md @@ -4,14 +4,14 @@ 1. On the Windows side run Pageant (or compatible agent such as gpg4win). -2. Run `wsl-ssh-pageant.exe --wsl C:\wsl-ssh-pageant` (or any other path) on windows in a short path (max ~100 characters total!) +2. Run `wsl-ssh-pageant.exe --wsl C:\wsl-ssh-pageant\ssh-agent.sock` (or any other path) on windows in a short path (max ~100 characters total!) 3. In WSL run the following ``` -$ export SSH_AUTH_SOCK=/mnt/your-path-to-wsl-ssh-pageant.exe/ssh-agent.sock +$ export SSH_AUTH_SOCK=/mnt/your/path/to/ssh-agent.sock ``` -For example, if you have wsl-ssh-pageant.exe in `C:\wsl-ssh-pageant` +For example, if you have `ssh-agent.sock` in `C:\wsl-ssh-pageant` ``` $ export SSH_AUTH_SOCK=/mnt/c/wsl-ssh-pageant/ssh-agent.sock ```