Replies: 1 comment 5 replies
-
rustdesk uses this function to generate an ed25519 keypair. Lines 27 to 33 in 4240c47 I don't know a way for openssl to handle keys generated by ssh-keygen. If you need some automation, you can always propose a PR to handle the output of |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know I can manually generate a server key pair (private and public) using:
or, using Docker:
But is it possible to generate one using
ssh-keygen
,openssl
or any other standard Linux tool?This would allow an easier server provisioning/configuration.
Beta Was this translation helpful? Give feedback.
All reactions