How to add SSH key to github Account in ubuntu
Step 1 – Generate SSH key first ssh-keygen -t ed25519 -C “[email protected]” Just press enter again press enter , now your key will generate Step 2 – Copy the new SSH key cat /home/kahnucharanswain/.ssh/id_ed25519.pub please use your path eg. Step 3 – Copy the whole key Step -4 Open github account -> settings ->SSH and …