2015-08-08 19:14 GMT-03:00 Simon Hanna <simon.hanna@serve-me.info>:
I have 51 packages with the user Jristz but I decide change the .git/config and change sed "s|aur4.|aur.|g" but now I can't upload packages and fixes.
I attempt changing my ssh-key and I test everyone (ecdsa,ed25519,rsa1,dsa,rsa) but without succes, then I attempt to reclone a package for test but aur refuse to allow me to do it.
so far my .ssh/config is Host aur.archlinux.org aur4.archlinux.org Hostname aur.archlinux.org IdentityFile ~/.ssh/id_rsa.pub User aur Port 22 and I have aur.archlinux.org in the know hosts list, so What could happened that I cant even clone my packages?? -- *Pablo Lezaeta* AFAIK IdentityFile should be the private key not the public key. Regardless, it's hard to help when you don't provide exact commands and
On Sat, Aug 08, 2015 at 06:59:48PM -0300, Pablo Lezaeta Reyes wrote: their output. give us the clone command you use and the output you get. You can try "ssh aur.archlinux.org help" just to check if you can reach aur. next stop would be the urls you use for cloning/pulling/pushing
the aur article, the last time I check not have info about the config file, so is need add. but you are right the .pub was the problem. thanks and I hope this will be not repeat; but the lack of info about the propper config of the config file could has prevented this because I first check wiki/AUR -- *Pablo Lezaeta*