From 71569b08dbb07f27c546c82bc15877d0f213554c Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 22 Jan 2025 14:22:58 -0400 Subject: [PATCH] Add aur config --- dot_ssh/private_config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dot_ssh/private_config b/dot_ssh/private_config index 3833506..a300e00 100644 --- a/dot_ssh/private_config +++ b/dot_ssh/private_config @@ -43,4 +43,9 @@ Host gitea User gitea IdentityFile ~/.ssh/git.ed25519 AddKeysToAgent yes - ForwardAgent yes \ No newline at end of file + ForwardAgent yes + +Host aur + Hostname aur.archlinux.org + User aur + IdentityFile ~/.ssh/aur.ed25519 \ No newline at end of file