Hi@akhtar,
First you have to generate key using below command.
$ ssh-keygen
Then you have to upload the public key in GitHub.
$ cat /root/.ssh/id_rsa.pub
Then copy the key in GitHub.
After adding just check using the below link
$ ssh -T git@github.com
Hope this will help you.
Thank You