Skip to content

Instantly share code, notes, and snippets.

@dolby360
Created November 2, 2024 19:32
Show Gist options
  • Save dolby360/2b57eb30d660328dde3eb5ad48417fb3 to your computer and use it in GitHub Desktop.
Save dolby360/2b57eb30d660328dde3eb5ad48417fb3 to your computer and use it in GitHub Desktop.
ssh config for github.
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/github
@dolby360
Copy link
Author

dolby360 commented Nov 2, 2024

README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment