
Multiple SSH keys for different github accounts · GitHub
How to use specific ssh key for different GitHub accounts, this is the best and simple solution
.git/config
[core]
sshCommand = ssh -i ~/.ssh/id_first_key
Away From Keyboard | |||||
| Home | About | Posts | Tags | Projects | RSS |

Multiple SSH keys for different github accounts · GitHub
How to use specific ssh key for different GitHub accounts, this is the best and simple solution
.git/config
[core]
sshCommand = ssh -i ~/.ssh/id_first_key