Skip to content

Instantly share code, notes, and snippets.

View scott-ho's full-sized avatar

Scott Ho scott-ho

  • quest.com
View GitHub Profile
@scott-ho
scott-ho / multiple_ssh_setting.md
Last active April 27, 2018 02:07 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Set-Up Git

$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"