Skip to content

Instantly share code, notes, and snippets.

View jfschaff's full-sized avatar

Jean-François Schaff jfschaff

View GitHub Profile
@jfschaff
jfschaff / multiple_ssh_setting.md
Last active December 11, 2018 10:29 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for multiple GitHub accounts

Multiple SSH keys for multiple GitHub accounts

This is assuming that you already have a main git identity configured and a corresponding ssh key pair in ~/.ssh/ (on linux)

$ cd ~/.ssh/
$ ls
$ config  id_rsa  id_rsa.pub  known_hosts

If you are not there yet, refer to this GitHub howto.