[aur-general] Issue when changing hostname in ~/.ssh/config

Brian F. G. Bidulock bidulock at openss7.org
Tue May 26 10:10:18 UTC 2015


Marcel,

On Mon, 25 May 2015, Marcel Korpel wrote:

> My public key is correctly filled in the account settings, so I guess
> that the issue is due to the change of the host name. It could be me
> doing something wrong, but this issue may pop up again after changing
> from aur4.archlinux.org to aur.archlinux.org.

Assuming that you did

  git remote add origin ssh+git://aur-dev.archlinux.org/your_pkgbase.git/

and

  git push -u origin master

you could try

  git remote set-url origin ssh+git://aur@aur4.archlinux.org/your_pkgbase.git/

and see if that fixes the problem.

--brian


More information about the aur-general mailing list