Setting up Git Authentication via Ubuntu Terminal
Obviously, have a github account
In your terminal run the command below
ssh-keygen -t ed25519 -C "YOUR GITHUB EMAIL"
The terminal will interactively prompt you for the following
Generating public/
kodenops.hashnode.dev2 min read