paramiko public key

eight02645999 at yahoo.com eight02645999 at yahoo.com
Mon Dec 11 23:36:11 EST 2006


hi
i downloaded paramiko and was trying to create private/pub key pairs
from the docs, i use this method to create private key

import paramiko
k = paramiko.RSAKey.generate(1024)
k.write_private_key_file("test_priv")

How do i generate the public key for this ?
thanks




More information about the Python-list mailing list