Skip to content

Instantly share code, notes, and snippets.

@koonix
Last active March 9, 2023 22:05
Show Gist options
  • Save koonix/5fb198fcef8205376751c23f6aba5352 to your computer and use it in GitHub Desktop.
Save koonix/5fb198fcef8205376751c23f6aba5352 to your computer and use it in GitHub Desktop.
example ssh config (~/.ssh/config)
AddKeysToAgent yes
Host github.com
IdentityFile ~/.ssh/keys/github
Host aur.archlinux.org
IdentityFile ~/.ssh/keys/aur
User aur
Host desktop.local
ForwardX11 yes
Port 6969
IdentityFile ~/.ssh/keys/desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment