Last active
March 9, 2023 22:05
-
-
Save koonix/5fb198fcef8205376751c23f6aba5352 to your computer and use it in GitHub Desktop.
example ssh config (~/.ssh/config)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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