Update ssh config

This commit is contained in:
Isaac Shoebottom 2025-02-06 13:01:12 -04:00
parent e81162cee7
commit 4c0b85a07a

View File

@ -25,6 +25,7 @@ Host github.com
User git User git
IdentityFile ~/.ssh/git.ed25519 IdentityFile ~/.ssh/git.ed25519
AddKeysToAgent yes AddKeysToAgent yes
ForwardX11 no
# Gitea ssh commits # Gitea ssh commits
Host git.shoebottom.ca Host git.shoebottom.ca
@ -33,9 +34,11 @@ Host git.shoebottom.ca
Port 2221 Port 2221
IdentityFile ~/.ssh/git.ed25519 IdentityFile ~/.ssh/git.ed25519
AddKeysToAgent yes AddKeysToAgent yes
ForwardX11 no
# AUR ssh commits # AUR ssh commits
Host aur.archlinux.org Host aur.archlinux.org
User aur User aur
IdentityFile ~/.ssh/aur.ed25519 IdentityFile ~/.ssh/aur.ed25519
AddKeysToAgent yes AddKeysToAgent yes
ForwardX11 no