GIT SSH key
03 Jan 2019Generate key 1
ssh-keygen -t rsa -C "your_email@example.com"
cd ~/.ssh
ls
Access
ssh-agent bash -c 'ssh-add /root/.ssh/id_rsa; git clone ssh://git@git.repo.com/project.git'
Generate key 1
ssh-keygen -t rsa -C "your_email@example.com"
cd ~/.ssh
ls
Access
ssh-agent bash -c 'ssh-add /root/.ssh/id_rsa; git clone ssh://git@git.repo.com/project.git'