We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store/convert the private key to PKCS#8 storage:
http://martin.kleppmann.com/2013/05/24/improving-security-of-ssh-private-keys.html
The text was updated successfully, but these errors were encountered:
Looking at the comments of the post, there may be an issue with ssh-agent not being able to decode PKCS 8 private keys. Needs testing.
Sorry, something went wrong.
Must test that PKCS 8 private keys work with various SSH agents: ssh-agent (from OpenSSH), gnome-keyring, kwallet.
ssh-agent
gnome-keyring
kwallet
Apparently this is not supported on OpenSSH on MacOX X 10.9. Needs confirmation.
Related: http://latacora.micro.blog/2018/08/03/the-default-openssh.html
No branches or pull requests
Store/convert the private key to PKCS#8 storage:
http://martin.kleppmann.com/2013/05/24/improving-security-of-ssh-private-keys.html
The text was updated successfully, but these errors were encountered: