Setup Multiple GitHub SSH Keys
π οΈ Setup Multiple GitHub SSH Keys on macOS (Different Email/Account)
β
1. Generate a New SSH Key
ssh-keygen -t ed25519 -C "new_email@example.com" -f ~/.ssh/id_ed25519_new
Private key: ~/.ssh/id_ed25519_new
Public key: ~/.ssh/id_ed25519_new.pub
...
sweetnandha.hashnode.dev2 min read