Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TvdW committed Apr 22, 2018
1 parent 2b320ca commit ff38b54
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# tnaegap-hss
ssh-agent proxy for Windows applications that only speak Pageant

The pageant.exe implementation that comes with PuTTY has a very limited implementation of the agent protocol. To work around this, I wrote this small agent which allows Windows applications to use the regular OpenSSH ssh-agent instead of Pageant. This enables the usage of many new ciphersuites, SSH certificates, and more.

## Installation

### From a binary release

(TODO)

### From source

git clone https://github.com/TvdW/tnaegap-hss
cd tnaegap-hss
make
./tnaegap-hss &

## What's with the name?

`reverse("ssh-pageant") = "tnaegap-hss"`. @cuviper built the exact inverse of what I needed already, and it's called [ssh-pageant](https://github.com/cuviper/ssh-pageant).

## License

Gnu Public License (GPL), version 3 or later

0 comments on commit ff38b54

Please sign in to comment.