#190 closed enhancement (wontfix)
support putty's pageant authentication agent on MS Windows
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.12 |
Component: | Client | Keywords: | windows ssh agent |
Cc: | dovdevel@… |
Description
On Unices we can just grab the location of the SSH_AUTH_SOCK
environment variable and connect to it.
On Windows, no idea.
Change History (7)
comment:1 Changed 13 years ago by
Owner: | changed from Antoine Martin to Antoine Martin |
---|---|
Status: | new → accepted |
comment:2 Changed 13 years ago by
Unlike ssh-agent, pageant seems to be designed to talk to putty only, I could not find any documentation on how you would talk to it, and it seems that apart from putty no-one does.
comment:3 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | accepted → closed |
Not going to bother trying to reverse engineer this crap, the twisted bug is fixed so we will just use that to load keys. (see #191)
comment:4 Changed 10 years ago by
Any chance of revisting this now that Paramiko supports the pageant-protocol? (https://github.com/paramiko/paramiko/blob/master/paramiko/win_pageant.py)
comment:5 Changed 10 years ago by
Cc: | dovdevel@… added |
---|---|
Resolution: | wontfix |
Status: | closed → reopened |
comment:6 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
We don't use paramiko any more. So unless someone writes the equivallent for twisted, no. Sorry.
comment:7 Changed 10 years ago by
Fair enough, thanks! I'll take a look at twisted and see if it seems feasible...
This is now more important since Twisted-Conch seems unable to load certain types of password protected rsa private keys, see #191