Skip to content

Instantly share code, notes, and snippets.

@monodyle
Last active February 23, 2023 09:00
Show Gist options
  • Save monodyle/7fb8abd27dab6fc2c86cdddd98995b00 to your computer and use it in GitHub Desktop.
Save monodyle/7fb8abd27dab6fc2c86cdddd98995b00 to your computer and use it in GitHub Desktop.
1Password SSH with WSL
  1. Enable 1Password SSH Agent image

  2. Install npipereplay in windows PATH. Easy way is copy npiperelay.exe to C:\Windows

  3. Export SSH_AUTH_SOCK in .bashrc or .zshrc

# 1password socket
export SSH_AUTH_SOCK=$HOME/.ssh/agent.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment