replace ssh-keygen -m with a python equivalent

When running on latest released versions of Debian and RHEL/CentOS
we get Encryption failure with "ssh-keygen: illegal option -- m"

Fixes LP# 1102501

Change-Id: Ia54bf8f3e8d51c8baa09ba67d2e18ad214316989
NOTE: new dependency on pyasn1 python module
This commit is contained in:
Davanum Srinivas
2013-02-04 22:35:09 -05:00
parent 139d15a405
commit 8d3933d3a1
3 changed files with 98 additions and 11 deletions
+1
View File
@@ -16,6 +16,7 @@ sqlalchemy-migrate>=0.7.2
netaddr
suds==0.4
paramiko
pyasn1
Babel>=0.9.6
iso8601>=0.1.4
httplib2