]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Unix Pageant: support loading keys.
authorSimon Tatham <anakin@pobox.com>
Mon, 11 May 2015 16:58:55 +0000 (17:58 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 11 May 2015 17:07:14 +0000 (18:07 +0100)
commitaf20ed5799474b2f0961250a7169f70b8f888966
tree529368a89704c9283a66eaa47555bfb19faf3fbd
parentcd528f3e763caeed244ee9b4567ab47056b22da9
Unix Pageant: support loading keys.

You can now load keys at Pageant init time, by putting the key file
names as bare arguments on the command line, e.g. 'pageant -T key.ppk'
or 'pageant key.ppk --exec some command'; also, 'pageant -a key.ppk'
behaves more or less like ssh-add, contacting an existing agent to add
the key.

The askpass() function currently supports terminal-based prompting
only. X11 askpass is yet to be implemented.
unix/uxpgnt.c