You are not logged in.

#1 2016-08-14 10:47:42

pbek
Member
Registered: 2016-08-14
Posts: 4
Website

`Permission denied (publickey).` when pushing to AUR repository

I'm the maintainer of `qownnotes` (https://aur.archlinux.org/packages/qownnotes) and I can't push to the aur repository ssh://aur@aur.archlinux.org/qownnotes.git since today. It last worked on Friday.

I get the error:

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

The key file is used in `~/.ssh/config`.

# AUR
Host aur.archlinux.org
  IdentityFile ~/.ssh/aur_rsa
  User aur

A few hours ago I already tried to generated a new key and enter it at my AUR account, but this doesn't work neither.
Pushing to GitHub (https) and BitBucket (ssh) repositories is still working on my local system (Ubuntu, KDE Neon).

What can I do to update the repository again?

Last edited by pbek (2016-08-14 11:19:41)

Offline

#2 2016-08-14 11:42:59

fusion809
Member
Registered: 2015-06-19
Posts: 70

Re: `Permission denied (publickey).` when pushing to AUR repository

This seems to be a bug with the AUR, as I am also experiencing this issue (actually I came to the forums today specifically to see if anyone else had experienced this bug). If you look at https://aur.archlinux.org you will see that at the moment the latest successful push to the AUR was at 06:00 UTC which is almost six hours ago. So I suspect we're not the only ones having issues pushing.

Offline

#3 2016-08-14 12:05:23

lilydjwg
Member
Registered: 2010-06-20
Posts: 52

Re: `Permission denied (publickey).` when pushing to AUR repository

I get the same error today. Seems there is something wrong with AUR.

Offline

#4 2016-08-14 17:20:31

pbek
Member
Registered: 2016-08-14
Posts: 4
Website

Re: `Permission denied (publickey).` when pushing to AUR repository

When I asked on IRC an other one told me he had no troubles cloning a repository, so I was worried. But I couldn't find a thing that wasn't working on my side...

Offline

#5 2016-08-14 17:42:29

Muflone
Package Maintainer (PM)
From: Italy
Registered: 2013-10-08
Posts: 106
Website

Re: `Permission denied (publickey).` when pushing to AUR repository

I'm experiencing the same issue now

Offline

#6 2016-08-14 17:52:43

Muflone
Package Maintainer (PM)
From: Italy
Registered: 2013-10-08
Posts: 106
Website

Re: `Permission denied (publickey).` when pushing to AUR repository

Offline

#7 2016-08-14 17:53:14

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: `Permission denied (publickey).` when pushing to AUR repository

Offline

#8 2016-08-14 17:55:10

demizer
Member
From: Gilroy, CA
Registered: 2010-03-03
Posts: 116
Website

Re: `Permission denied (publickey).` when pushing to AUR repository

Oh man I changed my key and everything. Glad I am not going crazy!

Offline

#9 2016-08-14 19:35:08

encelo
Member
From: Oxford, UK
Registered: 2005-02-23
Posts: 96
Website

Re: `Permission denied (publickey).` when pushing to AUR repository

Same issue for me, it happened just now. sad


Blog | Twitter | nCine 2D game engine
All problems in computer graphics can be solved with a matrix inversion. - James Blinn.

Offline

#10 2016-08-14 20:14:31

fusion809
Member
Registered: 2015-06-19
Posts: 70

Re: `Permission denied (publickey).` when pushing to AUR repository

Seems to be resolved now.

Offline

#11 2016-08-14 20:48:40

kwash
Member
Registered: 2015-12-18
Posts: 16

Re: `Permission denied (publickey).` when pushing to AUR repository

Working for me now.

Offline

#12 2016-08-14 23:39:19

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: `Permission denied (publickey).` when pushing to AUR repository

Not for me.

Edit: after a

ssh-keygen -R aur.archlinux.org

it works again

Last edited by Stefan Husmann (2016-08-14 23:46:12)

Offline

#13 2016-08-15 05:05:42

pbek
Member
Registered: 2016-08-14
Posts: 4
Website

Re: `Permission denied (publickey).` when pushing to AUR repository

For me it also worked again. I used the key I generated yesterday.

Offline

#14 2016-09-03 12:46:54

PythonShell
Member
Registered: 2013-10-26
Posts: 4
Website

Re: `Permission denied (publickey).` when pushing to AUR repository

Although the bug is fixed, I encountered the problem today. I use the pair ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub before the issue.
Then I looked in the wiki, and copy ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub to ~/.ssh/aur and ~/.ssh/aur.pub. I also edit ~/.ssh/config and add the lines:

Host aur.archlinux.org
  IdentityFile ~/.ssh/aur
  User aur

But the problem still exists. Should I generate a new pair? Can I just keep the old pair?

Offline

#15 2016-09-04 15:43:26

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: `Permission denied (publickey).` when pushing to AUR repository

AFAIK the aur.archlinux.org installation of aurweb should not have been updated since this thread was initially solved (there hasn't been a release)...
Note that lots of people are successfully pushing to the AUR right now. wink

When was the last time you successfully pushed to the AUR?
Have you changed *anything* since then?

What is the debug output of ssh?


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

Board footer

Powered by FluxBB