[pycrypto] adding ssh keys support in distutils2

Legrandin gooksankoo at hoiptorrow.mailexpire.com
Mon Feb 21 11:08:38 CST 2011


It seems to be that openssl alone is more practical for that, as it
simply runs from the command line.
Or do you plan to do everything from within Python?

2011/2/21 Dwayne C. Litzenberger <dlitz at dlitz.net>:
> On Mon, Feb 21, 2011 at 05:39:24PM +0100, Aljoša Mohorović wrote:
>>On Mon, Feb 21, 2011 at 5:32 PM, Dwayne C. Litzenberger <dlitz at dlitz.net> wrote:
>>> Robey Pointer has an awesome Python library that does SSH called Paramiko:
>>>
>>> http://www.lag.net/paramiko/
>>
>>can't figure out if paramiko requires sshd server.
>>i would like to avoid having sshd server because i just need to verify
>>that python package is uploaded by the owner of key of which i have
>>public part.
>>in this situation, should i be looking into paramiko or pycrypto?
>
> Paramiko uses PyCrypto, it *is* an SSH server (and client), and it contains
> code for parsing, generating, and manipulating SSH keys.
>
> --
> Dwayne C. Litzenberger <dlitz at dlitz.net>
>  OpenPGP: 19E1 1FE8 B3CF F273 ED17  4A24 928C EC13 39C2 5CF7
> _______________________________________________
> pycrypto mailing list
> pycrypto at lists.dlitz.net
> http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto
>


More information about the pycrypto mailing list