Skip to content

Instantly share code, notes, and snippets.

@old-adapdr
Created January 28, 2023 09:52
Show Gist options
  • Save old-adapdr/4fa7b820ecf4d962c77c4a2246b75f61 to your computer and use it in GitHub Desktop.
Save old-adapdr/4fa7b820ecf4d962c77c4a2246b75f61 to your computer and use it in GitHub Desktop.
SSH Config Example
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile /home/user/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment