GIT SSH key

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'