Opened 12 years ago

Closed 10 years ago

Last modified 10 years ago

#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 12 years ago by Antoine Martin

Owner: changed from Antoine Martin to Antoine Martin
Status: newaccepted

This is now more important since Twisted-Conch seems unable to load certain types of password protected rsa private keys, see #191

comment:2 Changed 12 years ago by Antoine Martin

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 Antoine Martin

Resolution: wontfix
Status: acceptedclosed

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 Dov Feldstern

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 Dov Feldstern

Cc: dovdevel@… added
Resolution: wontfix
Status: closedreopened

comment:6 Changed 10 years ago by Antoine gmail

Resolution: wontfix
Status: reopenedclosed

We don't use paramiko any more. So unless someone writes the equivallent for twisted, no. Sorry.

comment:7 Changed 10 years ago by Dov Feldstern

Fair enough, thanks! I'll take a look at twisted and see if it seems feasible...

Note: See TracTickets for help on using tickets.