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
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to