GitXplorerGitXplorer
m

wsl-ssh-pageant-rs

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.
Verified
108cffa398b1d6e54282cc27cf9c0c85930aea24

Update README.md

mmdonoughe committed 3 years ago
Verified
7446208324178b86655144c9c184f04da66d367b

Bump socket2 from 0.3.7 to 0.3.19 in /wsl-ssh-pageant (#9)

ddependabot[bot] committed 3 years ago
Verified
5cb5e41057b18ae87a4a0ed1dba56780f9934f29

Bump tokio-process from 0.2.2 to 0.2.3 in /wsl-ssh-pageant (#8)

ddependabot[bot] committed 3 years ago
Verified
51d446bd4f8ddb68c3730c1c73d31fe22f245bcf

Bump clap from 2.32.0 to 2.34.0 in /wsl-ssh-pageant (#7)

ddependabot[bot] committed 3 years ago
Verified
b374315ad66bd5dd594af8f275e39d5152340c4c

Bump futures from 0.1.23 to 0.1.31 in /wsl-ssh-pageant (#6)

ddependabot[bot] committed 3 years ago
Verified
fd57c0101724a0ab5a670351ce14b3856ca77d80

Bump winapi from 0.3.5 to 0.3.9 in /wsl-ssh-pageant-windows (#4)

ddependabot[bot] committed 3 years ago

README

The README file for this repository.

Archived. I've been using benpye/wsl-ssh-pageant.

wsl-ssh-pageant-rs

Similar to benpye/wsl-ssh-pageant and NZSmartie/wsl-ssh-pageant, this allows Linux programs running under WSL to access PuTTY's Pageant SSH authentication agent, or some other compatible agent such as GPG4Win's gpg-agent (when configured with enable-putty-support).

The difference is this one is written in Rust and provides a similar command interface so it can be registered in your ~/.bash_profile the same as OpenSSH's ssh-agent:

if [ -z "$SSH_AUTH_SOCK" ] ; then
  eval `<path to wsl-ssh-pageant> -s`
fi

Note: if you do not already have a ~/.bash_profile, you should include . ~/.bashrc in your profile or you will lose some of the default settings, at least on Ubuntu.

wsl-ssh-pageant-windows.exe must be placed in the same folder as wsl-ssh-pageant, and this folder must be on a drvfs mount such as /mnt/c so the Windows component can be executed.