Skip to content

Instantly share code, notes, and snippets.

@fuadnafiz98
Created August 9, 2022 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fuadnafiz98/540a70c99e93e1705ed4ee825517b62b to your computer and use it in GitHub Desktop.
Save fuadnafiz98/540a70c99e93e1705ed4ee825517b62b to your computer and use it in GitHub Desktop.
Github SSH
# ~/.ssh/config
Host personal
User git
HostName github.com
IdentityFile ~/.ssh/github/id_ed25519
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment