From 34a5c03f0edca4bb1f27c1ddda8641173373135f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 16 Jan 2023 10:03:19 +0100 Subject: ssh: add a Host section for AUR --- %HOME%/.ssh/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to '%HOME%') diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index e78d5bf..f0423ee 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -41,3 +41,7 @@ Host alt-gitlab User git Hostname altssh.gitlab.com Port 443 + +Host aur.archlinux.org + User aur + IdentityFile ~/.ssh/aur -- cgit v1.2.3