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

Jeremy Stanley fungi at yuggoth.org
Tue Apr 15 23:52:50 UTC 2014


On 2014-04-15 23:24:31 +0000 (+0000), Jeremy Stanley wrote:
[...]
> You'll need to strip the encryption from it with something like...
> 
>     ssh-keygen -p -f ~/.ssh/id_dsa
[...]

Or more likely, since the patents on RSA expired about 14 years
ago...

    ssh-keygen -p -f ~/.ssh/id_rsa

-- 
Jeremy Stanley



More information about the OpenStack-dev mailing list