DEV Community

Rhonal Chirinos
Rhonal Chirinos

Posted on • Updated on

Github ssh key

git -c core.sshCommand="ssh -i /home/rhonal/.ssh/idkey" clone git@github.com:front.git

git config --add --local core.sshCommand 'ssh -i <<< PATH_TO_SSH_KEY >>>'

Top comments (0)