ssh-keygen -t rsa -b 2048 -C "username@cpanelurl"
touch ~/.ssh/config
chmod 0600 ~/.ssh/config
chown username:username ~/.ssh/config
git repo settings > deploy keys > add deploy key. Paste it here and allow write access and save it.
ssh -T [email protected]