You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by Kami <gi...@git.apache.org> on 2013/10/28 23:51:26 UTC

[dev] libcloud pull request: [RFC] Validate SSH key format and size in the SSHKey...

GitHub user Kami opened a pull request:

    https://github.com/apache/libcloud/pull/170

    [RFC] Validate SSH key format and size in the SSHKeyDeployment class

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Kami/libcloud ssh_key_deployment_improvements

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/170.patch

----
commit 4c4a9966a74a8af90738f02fe1c19ebb5e06956a
Author: Tomaz Muraus <to...@apache.org>
Date:   2013-10-28T17:16:05Z

    Modify SSHKeyDeployment constructor to throw if pycrypto is available and user
    uses an RSA key which is <= 1024 bits in size.

----