Coder Social home page Coder Social logo

promofaux / wsl-ssh-pageant Goto Github PK

View Code? Open in Web Editor NEW

This project forked from benpye/wsl-ssh-pageant

0.0 1.0 0.0 87 KB

A Pageant -> TCP bridge for use with WSL, allowing for Pageant to be used as an ssh-ageant within the WSL environment.

C# 100.00%

wsl-ssh-pageant's Introduction

wsl-ssh-pageant

How to use with WSL

  1. On the Windows side run Pageant (or compatible agent such as gpg4win).

  2. Run wsl-ssh-pageant.exe --wsl C:\wsl-ssh-pageant (or any other path) on windows in a short path (max ~100 characters total!)

  3. In WSL run the following

$ export SSH_AUTH_SOCK=/mnt/your-path-to-wsl-ssh-pageant.exe/ssh-agent.sock

For example, if you have wsl-ssh-pageant.exe in C:\wsl-ssh-pageant

$ export SSH_AUTH_SOCK=/mnt/c/wsl-ssh-pageant/ssh-agent.sock
  1. The SSH keys from Pageant should now be usable by ssh!

How to use with Windows 10 native OpenSSH client

  1. On the Windows side run Pageant (or compatible agent such as gpg4win).

  2. Run wsl-ssh-pageant.exe --winssh ssh-pageant (or any other name) on windows in a short path (max ~100 characters total!)

  3. In cmd.exe run the following (or define it in your Environment Variables on windows)

$ set SSH_AUTH_SOCK=\\.\pipe\ssh-pageant

(or whichever name you gave the pipe)

  1. The SSH keys from Pageant should now be usable by ssh!

Note

You can use both --winssh and --wsl parameters at the same time with the same process to proxy for both

Credit

Thanks to John Starks for npiperelay, showing a more secure way to create a stream between WSL and Linux.

wsl-ssh-pageant's People

Contributors

benpye avatar h4de5 avatar ilpianista avatar nzsmartie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.