You are not logged in.

#1 2015-06-01 20:22:31

fastgar
Member
Registered: 2015-06-01
Posts: 2

SSH Key invalid

Hello,

due to the comming change to aur4, i created a ssh-keygen pair for aur like mentioned here:
https://wiki.archlinux.org/index.php/Ar … hlinux.org

Then i tried to insert the PGP Fingerprint into my Account but saddly i get the following error:

The PGP key fingerprint is invalid.


So do i forget something, or is something missing in the explanation?

Greetings.

Offline

#2 2015-06-01 20:31:40

visit
Member
Registered: 2013-06-03
Posts: 8

Re: SSH Key invalid

SSH Fingerprint != PGP Fingerprint

copy the content of ~/.ssh/id_rsa-aur.pub into the SSH Public Key field

I assume we need to wait for aur4 to return from maintainance and login to our profile there to provide our SSH Public Key.

Offline

#3 2015-06-01 20:34:48

fastgar
Member
Registered: 2015-06-01
Posts: 2

Re: SSH Key invalid

Ah, yeah a little bit more thinking/careful reading, had solved this question.

Thx for the fast reply.

Offline

#4 2015-06-01 20:38:47

papajoke
Member
From: france
Registered: 2014-10-10
Posts: 45

Re: SSH Key invalid

yes it's in bug tracker

the "SSH Public Key" is only for an update sad
for create a new acount, SSH Public Key is always empty
in source :

  <?php if ($A == "UpdateAccount"): ?>
      <p>
         <label for="id_ssh"><?= __("SSH Public Key") ?>:</label>
         <textarea name="PK" id="id_ssh" rows="5" cols="30"><?= htmlspecialchars($PK) ?></textarea>
      </p>
      <?php endif; ?>

LTS - Fish - Kde - intel M100 - 16Go RAM - ssd

Offline

#5 2015-06-01 20:40:16

visit
Member
Registered: 2013-06-03
Posts: 8

Re: SSH Key invalid

The AUR upload page states:

Please use aur4.archlinux.org instead (which will be activated on June 8th).

So we should stay calm and go back to hibernation wink

Offline

#6 2015-06-01 20:57:56

Gyscos
Member
Registered: 2009-09-19
Posts: 33

Re: SSH Key invalid

Also, does it have to be a rsa key, or is ecdsa supported as well?

Offline

Board footer

Powered by FluxBB