5 Mar
2016
5 Mar
'16
7:28 a.m.
Am 04.03.2016 um 23:55 schrieb David McInnis:
Hi gang,
I apparently have had my .ssh/config mis-configured for some time. Today the AUR suddenly stopped accepting my git commits. It gave me the following error:
Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
turns out I had the wrong host in my .ssh/config file:
Host aur.archlinux.com IdentityFile ~/.ssh/aur_davidmcinnis User aur
I needed to change to the following:
Host aur.archlinux.org IdentityFile ~/.ssh/aur_davidmcinnis User aur
The domain archlinux.com was never associated with Arch Linux.