[openstack-dev] [infra] Basic zuul startup question: "Private key file is encrypted"

Jeremy Stanley fungi at yuggoth.org
Tue Apr 15 23:24:31 UTC 2014


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



More information about the OpenStack-dev mailing list