Displaying 2 results from an estimated 2 matches for "oldformat".
2018 Apr 07
6
OpenSSH private key format errors with LibreSSL 2.7
...gt;> $ openssl version
>> $ openssl rsa -in ~/.ssh/id_rsa -noout ; echo $?
>> $ ssh -V
>
> Meanwhile I've figured out that I can prevent issues if I convert the
> private key file to new format with
> ssh-keygen -po -f keyfile
> I had saved my old key as id_rsa-oldformat
>
> $ openssl version
> LibreSSL 2.7.2
> $ openssl rsa -in ~/.ssh/id_rsa-oldformat -noout
> Enter pass phrase for /home/bernard/.ssh/id_rsa-oldformat:
> $ echo $?
> 0
> $ ssh -V
> OpenSSH_7.2p2, LibreSSL 2.7.1
> $ /usr/local/bin/ssh -V
> OpenSSH_7.6p1, LibreSSL 2.7...
2018 Apr 07
2
OpenSSH private key format errors with LibreSSL 2.7
On Friday 06 April 2018 21:31:01 Bernard Spil wrote:
> Hi,
>
> When using OpenSSH with LibreSSL 2.7.x it cannot read existing RSA and
> ECDSA private keys.
>
> Error loading key "./id_rsa": invalid format
>
> Rebuilding OpenSSH with LibreSSL 2.6.x fixes the issue. I had fixed this
> issue early on with LibreSSL 2.7 by converting the key to "new