On 2014-04-15 18:00:07 +0000 (+0000), Dane Leblanc (leblancd) wrote:
[...]
> PasswordRequiredException: Private key file is encrypted
[...]
A fairly straightforward error--your SSH key is encrypted with a
passphrase and zuul is thus unable to use it. You'll need to strip
the encryption from it with something like...
ssh-keygen -p -f ~/.ssh/id_dsa
(enter the old passphrase when prompted, and just don't enter
anything when prompted for a new passphrase)
--
Jeremy Stanley
_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev