This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
[Help needed] Export generated ssh key #1999
-
Is there any way to get generated ssh private key? |
Beta Was this translation helpful? Give feedback.
Answered by
msfjarvis
Jul 13, 2022
Replies: 1 comment 3 replies
-
There is not. The point of generating a key on-device is keeping it as secure as the underlying platform can make it. Allowing secret keys to be exported would also encourage key re-use, which is a bad security practice that we'd prefer to not perpetuate. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
krendelhoff2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is not. The point of generating a key on-device is keeping it as secure as the underlying platform can make it. Allowing secret keys to be exported would also encourage key re-use, which is a bad security practice that we'd prefer to not perpetuate.