Re: Library to work with SSH public keys

2013-04-07 Thread Darren Spruell
On Sat, Apr 6, 2013 at 5:49 AM, Roy Smith wrote: > In article , > Darren Spruell wrote: > >> I'd like to work with user submitted/uploaded SSH public keys from >> Python. I'm trying to solve what I'd thought might be a simple need: >> given a user's OpenSSH formatted _public_ key (RSA, or DSA, o

Re: Library to work with SSH public keys

2013-04-06 Thread Roy Smith
In article , Darren Spruell wrote: > I'd like to work with user submitted/uploaded SSH public keys from > Python. I'm trying to solve what I'd thought might be a simple need: > given a user's OpenSSH formatted _public_ key (RSA, or DSA, or > whatever), how do you obtain information about it such

Library to work with SSH public keys

2013-04-05 Thread Darren Spruell
I'd like to work with user submitted/uploaded SSH public keys from Python. I'm trying to solve what I'd thought might be a simple need: given a user's OpenSSH formatted _public_ key (RSA, or DSA, or whatever), how do you obtain information about it such as: key type (e.g. ssh-rsa, etc.); bit length