git
**This is an old revision of the document!**
Git Notes
Specify the private SSH-key to use when executing a Git command:
ssh-agent bash -c 'ssh-add /home/git/.ssh/key-filename; git $GIT_COMMAND'
Example:
ssh-agent bash -c 'ssh-add /home/git/.ssh/key-filename; git push'
SSH
Create SSH Key Pair with special filename:
cd ~/.ssh ssh-keygen -f key-filename
This will generate:
key-filename key-filename.pub
git.1574117696.txt.gz · Last modified: 2019-11-18 by hanez