winssh-pageant | Windows OpenSSH agent | SSH Utils library
kandi X-RAY | winssh-pageant Summary
kandi X-RAY | winssh-pageant Summary
Bridge to Windows OpenSSH agent from Pageant. This means the openssh agent has the keys and this proxies pageant requests to it.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- QueryAgent executes an SSH agent against the specified pipe .
- wndProc is a wrapper around win . Window .
- getSecurityInfo runs the getSecurityInfo command .
- pipeListen listens on the connection to the slaveConn .
- main the message loop
- createPageantWindow creates a new page window
- pipeProxy listens for requests on the agent .
- registerPageWindow is used to register a new window
- capiObfuscateString encodes the given realname as a string .
- GetHandleSID returns the windows . SID of the given handle
winssh-pageant Key Features
winssh-pageant Examples and Code Snippets
Community Discussions
Trending Discussions on winssh-pageant
QUESTION
Is there a way in PS 5.1 to reuse the PuTTY agent keys?
Now, the details.
To use key agents one has an Agent that holds the keys (left box), and Client Applications that delegate administration of the keys (right box).
E.g., client application C1=putty
can use its own agent A1=pageant
, of course.
Client application C2=winscp
knows how to use directly A1.
Certain Clients cannot use certain Agents directly, but there are Proxy agents that bridge the gap.
For instance to use A1 with C3, I need Proxy P1=ssh-pageant
, see example below.
This helps centralizing in a single Agent the keys for many Clients.
Now I mean to use A1 for all my Clients (currently, only missing A1-C5 and A1-C6).
Is there a way in PS 5.1 to reuse the same PuTTY agent keys? (I.e., a Proxy Px to use A1 with C5)
Possibly helpful: https://superuser.com/a/1173570/245595
NOTES:
I did not try it, but it seems like
winssh-pageant
is a Proxy to link A2 with Client applications that understand A1 directly.I am currently trying to use in PS the same
ssh-pageant
from msys2 (it is a Windows program in the end, and often times they do work), manually replacing whateval
does in msys2 (so far with no luck, but I think this is fixable):
ANSWER
Answered 2020-Aug-03 at 08:57I made this work, using the same Cygwin tools (i.e., both ssh-pageant
and Cygwin OpenSSH client) in a PS session.
So I would do (assuming ssh-pageant
is already running from Msys2):
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install winssh-pageant
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page