GIT
In your local git, run the ssh-keygen command on your linux box from $HOME/.ssh folder
In my case $HOME is set /home/git
Command to run: ssh-keygen -t rsa -b 4096 -C "email_id"
ssh-keygen -t rsa -b 4096 -C "yashwanthsn@gmail.com"

If you do not have an account, create one and login. Click on Profile -> Settings


