[pycrypto] adding ssh keys support in distutils2
Dwayne C. Litzenberger
dlitz at dlitz.net
Mon Feb 21 10:59:10 CST 2011
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
More information about the pycrypto
mailing list