-
Open a terminal on your computer.
-
Generate a new SSH key for your first GitHub account. Replace
[email protected]
with the email associated with your GitHub account.ssh-keygen -t ed25519 -C "[email protected]"
When prompted, save the key with a descriptive name, such as id_ed25519_first_account
.