pageantbridge
v1.2.1
Published
pageant brige for nodejs
Downloads
25
Readme
PageantBridge is a proxy wrapper (on standard streams stdin/stdout) for pageant/putty messaging protocol (based on memorymap & winapi SendMessage/Postmessage)
Motivation
I wanted to create an alternative to ssh-agent / pageant (see nwagent).
How to use
Spawn pageantbridge.exe (make sure that its stdin is redirected) This creates a window (not shown) using Windows API registered as Pageant class.
See ssh-agent-js/agentd for usage sample
Incoming request are forwarded to pageantbridge.exe stdout. Once processed, provide a response to pageantbridge.exe stdin.
Credits
- Putty source code
- http://stackoverflow.com/questions/128561/registering-a-custom-win32-window-class-from-c-sharp
- David Lechner SshAgentLib (pageant security layer) [https://github.com/dlech/SshAgentLib]
License
MIT