You are not logged in.
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
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
Ah, yeah a little bit more thinking/careful reading, had solved this question.
Thx for the fast reply.
Offline
yes it's in bug tracker
the "SSH Public Key" is only for an update ![]()
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
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 ![]()
Offline
Also, does it have to be a rsa key, or is ecdsa supported as well?
Offline