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 |
Use specific SSH keys | Updated | ||
---|---|---|---|
Words | 141 | ||
Tags | Read | 1 minute |
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