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