rage icon indicating copy to clipboard operation
rage copied to clipboard

"Proper" PEM support for OpenSSH private keys

Open str4d opened this issue 4 years ago • 0 comments

Currently we only read an OpenSSH key from a file if the opening tag is the first line. This is fine for generated keys in standalone files, but technically PEM allows for a key to be embedded in an arbitrary document, and the parser should just search for the opening tag.

str4d avatar Nov 17 '19 23:11 str4d