ssh-keygen -t ed25519 -C "your_email@example.com"When you're prompted to "Enter a file in which to save the key," press Enter. This accepts the default file location.
At the prompt, type a secure passphrase or enter.
ssh-add ~/.ssh/(name of ssh key created)xclip -selection clipboard < ~/.ssh/(name of ssh key created).pub Paste it into Github platform
🚩 Optional: You can allow only SSH connection for repository