Run the following command, and then specify a name for your SSH key.
ssh-keygen -t ed25519 -C "[email protected]"
Then, to copy your public key,
pbcopy < your-key.pub
Run the following command, and then specify a name for your SSH key.
ssh-keygen -t ed25519 -C "[email protected]"
Then, to copy your public key,
pbcopy < your-key.pub