How To

Deploy GitHub to cPanel Commands

Step 1:- ssh-keygen -t rsa -b 2048 -C username@serverdomainStep 2:- touch ~/.ssh/configStep 3:- chmod 0600 ~/.ssh/configStep 4:- chown username:username ~/.ssh/configStep 5:- ssh -T git@github.com