Skip to content

Instantly share code, notes, and snippets.

View suryabigapp's full-sized avatar

Surya T suryabigapp

View GitHub Profile
@suryabigapp
suryabigapp / multiple_ssh_setting.md
Last active August 17, 2021 08: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 for different github accounts (must give filename while creating, else it'll overwrite - ex: ~/.ssh/id_ed25519_suryabigapp)

$ ssh-keygen -t ed25519 -C "[email protected]"