following this guide from cpanel Guide to Git™ - Set Up Access to Private Repositories | cPanel & WHM Documentation to setup a private repo for the manual method worked once, trying to setup more custom SSH keys with different namings doesn't work cpanel only checks for rsa_id naming and uses that and if not it will grant a permission denied.
using ssh [email protected] -i .ssh/customkey does grant access but this is from within the terminal and not when i try to clone a new private repository which already has a newly named Custom SSH key authorized and added in their repository. instead it will grant me the 128 ERROR code Repository not found check for rights.
but when checking the connection i saw this SSH cpanel - Pastebin.com and concluded that cpanel Git Version Control either can't use multiple SSH key or i'm missing a vital step.
Goal:
Person gets a project, SSH key is made for their Git Repo and added in, Then using the Manual Method i should be able to update the Live version and clone their private repo.
using ssh [email protected] -i .ssh/customkey does grant access but this is from within the terminal and not when i try to clone a new private repository which already has a newly named Custom SSH key authorized and added in their repository. instead it will grant me the 128 ERROR code Repository not found check for rights.
but when checking the connection i saw this SSH cpanel - Pastebin.com and concluded that cpanel Git Version Control either can't use multiple SSH key or i'm missing a vital step.
Goal:
Person gets a project, SSH key is made for their Git Repo and added in, Then using the Manual Method i should be able to update the Live version and clone their private repo.