I've read a bunch on how to do using rsa. Now, how can I create multiple ssh keys using EdDSA i.e. id_ed25519
ssh-keygen -t ed25519_customname -C "[email protected]"
docs don't cover that either
How can I create multiple EdDSA SSH keys?
Do not specify the custom name under the -t tag.
Simply run ssh-keygen -t ed25519 Then, you will be prompted to enter the file path. The default, of course, is ~/.ssh/id_ed25519.
Instead, enter the path with your custom file name, for example ~/.ssh/my_custom_id_ed25519.
Now, you will have another key created and can be added to another GitHub account.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With