[Twisted-Python] Importing/Exporting Putty and SSH.com keys

Adi Roiban adi at roiban.ro
Sat Nov 29 05:39:22 MST 2014


Hi,

I just want to let you know about a piece of code I was working on.

I wanted to import and export Putty and SSH.com (Tectia) SSH keys in Python
and I could not find any existing code for that... my final goal is to
replicate the puttygen functionality.

I have extended the current twisted.conch.ssh.key.Key class to
import/export Putty and SSH.com keys

Code is here: https://github.com/chevah/chevah-keycert

Not sure if it make sense to have it integrated in Twisted. If there is
someone willing to review (part of) and merge this code I am happy to send
patches.

Right now it depend on Twisted but only because of the original Key and
packing/unpacking MP/NS values...

Have a nice day!

-- 
Adi Roiban
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://twistedmatrix.com/pipermail/twisted-python/attachments/20141129/a05bca20/attachment.html>


More information about the Twisted-Python mailing list