SOLVED Typo in Guide to Git Private Repo Docs - "Create the SSH Configuration File" Step - Add not Run

pkiff

Active Member
Jul 31, 2007
31
4
58
Toronto
cPanel Access Level
Root Administrator
There's a typo in one step of the Create the SSH Configuration File section of the cPanel Docs page Guide to Git™ - Set Up Access to Private Repositories.

Step 4 of that section says:
Open ~/.ssh/config with the text editor of your choice and run the following command where testing is the name of your repository:
Code:
Host remote-git-repo-domain.tld
    IdentityFile ~/.ssh/testing
But you don't "run" a command at that step, you "add" the Host and IdentityFile definitions to the config file by editing it.
So, it should read:
Open ~/.ssh/config with the text editor of your choice and add the following lines where testing is the name of your repository:
Code:
Host remote-git-repo-domain.tld
    IdentityFile ~/.ssh/testing
Not sure where to post corrections to the cPanel docs, so posting here.
 
Last edited:
Thread starter Similar threads Forum Replies Date
cPRex File Management 0
P File Management 5
PCZero File Management 8