Setup Multiple GitHub SSH Keys
Jun 7, 2025 ยท 2 min read ยท ๐ ๏ธ 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 ...
Join discussion