You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This makes it possible to remove all trickery from WSL side greatly simplifying
15
15
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
16
16
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.
17
17
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
19
19
clipboard from tmux or neovim remote session back to your windows box over SSH secured connection easily. Running `lemonade.exe` console
20
20
application in the background on Windows was always a bit tedious. Please, read lemonade documentation for details on how this works and parameters description.
21
21
@@ -112,7 +112,7 @@ Run `wsl-ssh-agent-gui.exe -help`
112
112
113
113
## Example
114
114
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.
116
116
117
117
I auto-start `wsl-ssh-agent-gui.exe` on logon on my Windows box using following command line:
0 commit comments