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 <[email protected]>
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.
----