📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

win-gpg-agent

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

win-gpg-agent

Utility for tunnelling gpg-agent and ssh-agent from Windows to WSL.

0.1.2
PyPI
Maintainers
1

win-gpg-agent

Utility for tunnelling gpg-agent and ssh-agent from Windows to WSL.

Primarily used to enable the usage of Yubikeys on WSL.

Installation

pip install win-gpg-agent

Usage

# bash
win-gpg-agent export >> ~/.bashrc

# fish
echo "win-gpg-agent export | source" >> ~/.config/fish/config.fish
Usage: win-gpg-agent [OPTIONS] COMMAND [ARGS]...

  Utility for tunnelling gpg-agent and ssh-agent from Windows to WSL.

Options:
  --help  Show this message and exit.

Commands:
  export  Prints SSH_AUTH_SOCK export
  kill    Kills active tunnels
  run     Runs tunnel in the foreground
  start   Starts the daemon
  status  Prints status information about running tunnels
  stop    Stops the daemon

Credit

This work is largely based around previous work from

  • @Nimamoh
    Blog post on WSL2+GPG+Yubikey and win-gpg-agent-relay.sh gist.
  • @rupor
    The Windows component to this utility.

Keywords

win-gpg-agent

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts