2009/5/4 Daniel Stenberg <dan...@haxx.se>: > On Mon, 4 May 2009, Alexander Lamaison wrote: > > Thanks, then I need to add such a function that can export the full key. In my > initial take I'll focus on OpenSSH complience, but I figure it could be useful > to see what it takes to support putty's file format too. Anyone knows any > details?
As noble a sentiment as that is, it might be more trouble than it's worth as Putty stores the keys in the Windows Registry (HKCU/Software/SimonTatham/PuTTY/SshHostKeys). It doesn't do anything terribly complex---just seems to stored them raw as far as I can see. It might be best to add inbuilt OpenSSH compatibility, because parsing those files is not fun, but provide an API so that developers can easily add support for another system as they wish (basically just a key access function). Alex ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel