No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-31 12:49:51 -04:00
install.sh Add install.sh 2026-03-31 12:48:35 -04:00
README.md Update README.md 2026-03-31 12:49:51 -04:00
wsl-ssh-agent-forwarding.sh Add wsl-ssh-agent-forwarding.sh 2026-03-31 12:48:16 -04:00

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