Skip to content

Commit 07f574b

Browse files
committed
Merge branch 'master' of github.com:rupor-github/wsl-ssh-agent
2 parents 9b76fab + b8c42a5 commit 07f574b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This makes it possible to remove all trickery from WSL side greatly simplifying
1515
end. It proxes all requests from this socket to ssh-agent.exe via named pipe. The only thing required on WSL end for it to work
1616
is to make sure that WSL `SSH_AGENT_SOCK` points to proper socket path. The same socket could be shared by any/all WSL sessions.
1717

18-
As an additional bonus `wsl-ssh-agent-gui.exe` could work as [lemonade](https://github.com/lemonade-command/lemonade) server so you could send your
18+
As an additional bonus `wsl-ssh-agent-gui.exe` could work as [lemonade](https://github.com/rupor-github/lemonade) server so you could send your
1919
clipboard from tmux or neovim remote session back to your windows box over SSH secured connection easily. Running `lemonade.exe` console
2020
application in the background on Windows was always a bit tedious. Please, read lemonade documentation for details on how this works and parameters description.
2121

@@ -112,7 +112,7 @@ Run `wsl-ssh-agent-gui.exe -help`
112112

113113
## Example
114114

115-
Putting it all together nicely - `remote` here refers to your wsl shell or some other box or virtual machine you could `ssh` to. Assuming that [lemonade](https://github.com/lemonade-command/lemonade) is in your path on `remote` and you installed [win32yank](https://github.com/equalsraf/win32yank) somewhere in `drvfs` location.
115+
Putting it all together nicely - `remote` here refers to your wsl shell or some other box or virtual machine you could `ssh` to. Assuming that [lemonade](https://github.com/rupor-github/lemonade) is in your path on `remote` and you installed [win32yank](https://github.com/equalsraf/win32yank) somewhere in `drvfs` location.
116116

117117
I auto-start `wsl-ssh-agent-gui.exe` on logon on my Windows box using following command line:
118118
```

0 commit comments

Comments
 (0)