* Generate new key:
[18:05:20 harsshal@dell:~/projects]$ ssh-keygen -t ed25519 -C "harsshal@gmail.com"
* Add new key in the ssh config
[18:07:35 harsshal@dell:~/projects]$ cat ~/.ssh/configTCPKeepAlive yesHost 10.234.1.112HostName 10.234.1.112User harshal# Default GitHubHost github.comHostName github.comUser gitIdentityFile ~/.ssh/id_rsaHost github-publicHostName github.comUser gitIdentityFile ~/.ssh/id_ed25519.pubHost github-personalHostName github.comUser gitIdentityFile ~/.ssh/id_ed25519
* Clone the repo
[18:09:02 harsshal@dell:~/projects]$ git clone git@github-personal:harsshal/icarus_gl.git