FiloSottile / age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org
BSD 3-Clause "New" or "Revised" License
15.75k stars 475 forks source link

Unsupported SSH key type: ecdsa-sha2-nistp256 #554

Closed kn1g closed 2 weeks ago

kn1g commented 3 months ago

Environment

What were you trying to do

age --decrypt --identity /id_ecdsa --output dec.bin enc.bin

What happened

age: error: reading "/id_ecdsa": unsupported SSH key type: ecdsa-sha2-nistp256
jespada commented 3 months ago

See: https://github.com/FiloSottile/age/issues/142

FiloSottile commented 2 weeks ago

Duplicate of #142