All Projects β†’ reynoldsbd β†’ wsl-agent-bridge

reynoldsbd / wsl-agent-bridge

Licence: other
WSL compatibility bridge for ssh-agent on Windows

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to wsl-agent-bridge

Awesome Ssh
πŸ’» A curated list of SSH resources.
Stars: ✭ 1,742 (+10147.06%)
Mutual labels:  ssh, ssh-key, ssh-agent, ssh-keys
Wsl Ssh Pageant
A Pageant -> TCP bridge for use with WSL, allowing for Pageant to be used as an ssh-ageant within the WSL environment.
Stars: ✭ 381 (+2141.18%)
Mutual labels:  ssh, windows-10, wsl
Castle Winbuntu
Homesick Castle for use on WSL.
Stars: ✭ 87 (+411.76%)
Mutual labels:  ssh, windows-10, wsl
Windows10Tools
Tools for Windows 10
Stars: ✭ 45 (+164.71%)
Mutual labels:  windows-10, windows10
BetterWindows
Some windows tips to improve your UX experience when using windows
Stars: ✭ 27 (+58.82%)
Mutual labels:  windows-10, windows10
ISOKIT
Windows 10 Professional - Full Strip & Lockdown Edition
Stars: ✭ 35 (+105.88%)
Mutual labels:  windows-10, windows10
x1
A Windows taskbar replacement in C# .NET
Stars: ✭ 25 (+47.06%)
Mutual labels:  windows-10, windows10
webi-installers
Primary and community-submitted packages for webinstall.dev
Stars: ✭ 421 (+2376.47%)
Mutual labels:  windows-10, wsl
WSLackware
Slackware for WSL!
Stars: ✭ 38 (+123.53%)
Mutual labels:  windows-10, wsl
trezor-ssh-agent
Trezor SSH Agent for Windows (Putty, WinSCP and more) + KeepKey supported!
Stars: ✭ 54 (+217.65%)
Mutual labels:  ssh, ssh-agent
ClassicThemeForWindows10
Classic theme for Windows 10
Stars: ✭ 40 (+135.29%)
Mutual labels:  windows-10, windows10
ArtixWSL
Install Artix Linux as a WSL Instance.
Stars: ✭ 45 (+164.71%)
Mutual labels:  windows-10, wsl
Start-Menu-Manager
App to add websites/software/files/folders/scripts to the Windows 10 Start Menu and Taskbar, and priority shortcuts to Windows 10 Search.
Stars: ✭ 126 (+641.18%)
Mutual labels:  windows-10, windows10
WSL-manager
unofficial gui manager for Windows Subsystem for Linux (WSL)
Stars: ✭ 25 (+47.06%)
Mutual labels:  windows-10, wsl
winsys
STATUS: DEVELOPMENT PAUSED ⏸️ - Configure your Windows
Stars: ✭ 56 (+229.41%)
Mutual labels:  windows-10, windows10
ssh-agent-inject
[Note: Not needed with VS Code anymore.] Forwards the host's ssh-agent into a Docker container on Windows and macOS hosts.
Stars: ✭ 20 (+17.65%)
Mutual labels:  ssh-key, ssh-agent
Windows11-Optimization
Community repository, to improve security and performance of Windows 10 and windows 11 with tweaks, commands, scripts, registry keys, configuration, tutorials and more
Stars: ✭ 17 (+0%)
Mutual labels:  windows-10, windows10
zsh-ssh-agent
Ssh-agent management for zsh
Stars: ✭ 19 (+11.76%)
Mutual labels:  ssh, ssh-agent
Windows.10.DNS.Block.List
Windows DNS Block List
Stars: ✭ 18 (+5.88%)
Mutual labels:  windows-10, windows10
ghost
A simple, server/less, single-api, multi-backend, ghostly secret-store/key-store for your passwords, ssh-keys and cloud credentials. Ghost isn't real, it's just in your head.
Stars: ✭ 36 (+111.76%)
Mutual labels:  ssh-key, ssh-keys

WSL Agent Bridge

This utility allows the Windows port of ssh-agent to be used by WSL programs.

It works by creating a WSL-accessible Unix socket that can be used as $SSH_AUTH_SOCK. All connections are simply redirected to the true ssh-agent process via its named pipe.

Usage

To use, simply run wsl-agent-bridge.exe. No Arguments are required.

By default, the bridge socket is created at the path $HOME\AppData\Local\ssh-agent.sock. This path may be customized by setting the $SSH_AUTH_SOCK environment variable (in Windows).

Installation

To install the program, you need Git and Rust.

git clone https://github.com/reynoldsbd/wsl-agent-bridge
cd wsl-agent-bridge
cargo install --path .

You may also wish to schedule a task to start the bridge at login. Just search for "Task Scheduler" in the start menu.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].