Skip to content

Instantly share code, notes, and snippets.

View pivotal-rahul-kumar's full-sized avatar

Rahul Kumar pivotal-rahul-kumar

  • Pivotal Labs
  • Toronto
View GitHub Profile

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"