No description
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| install.sh | ||
| README.md | ||
| wsl-ssh-agent-forwarding.sh | ||
WSL SSH Agent Forwarding
A turnkey, robust SSH agent bridge for WSL2. It seamlessly forwards your Windows OpenSSH or 1Password agent into WSL using socat and npiperelay.
Installation
Run this single command in your WSL terminal:
curl -sL https://raw.githubusercontent.com/josephembrey/wsl-ssh-agent-forwarding/main/install.sh | bash
Prerequisites You must have npiperelay installed on the Windows side. You can install it via an elevated Windows PowerShell prompt:
winget install jstarks.npiperelay