Skip to content

Instantly share code, notes, and snippets.

View e-cloud's full-sized avatar

Scott e-cloud

  • China
View GitHub Profile
@e-cloud
e-cloud / multiple_ssh_setting.md
Created April 27, 2018 02:07 — forked from scott-ho/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"