Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579036 - Please update public key of user/silmano overlay
Summary: Please update public key of user/silmano overlay
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Gentoo Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Overlays Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-04 18:26 UTC by Peter
Modified: 2016-04-06 17:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter 2016-04-04 18:26:08 UTC
I would like to update the public key for my overlay at user/silmano.

Please update the public key to the following:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+/vR/CJiyPeRGI5W+prUqh211CS6YD8gvbfJKgR0Wk1C7l6wvQfgdQuzkLRCBJAWILX02fxnsg9Bx1zD7b2369QWl/n6ivkh3BFfLe5yW0dGBizDlB5GxUp8XlLs3knKGmAjXRjHjlgkbaahfcQ70xYGZ698sTKGMqLgiVEZP5OZ90eQ1CXdzNxjm2EiZgm4RZXq4cqEqRZtkElWh9Ph7i7ac1I+rveD9Hs/Cw4yQhbO3Vx6JGMLm8TKubaXyF8eBjGsv/olgjHut+j51R5HLXiwL1v+lmpZJK/sCgX7WZjI7l2uAIu03ZIztBqotiregeUrCzDwJKHG3+1PYh5TF Server

Kind regards.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-04-04 22:22:15 UTC
commit b9d11e584e15ee5a15cd41f68573e9cb7d03f756
Author: Michał Górny <mgorny@gentoo.org>
Date:   Tue Apr 5 00:21:11 2016 +0200

    Update key for silmano@gmail.com, #579036
Comment 2 Peter 2016-04-05 18:19:07 UTC
I've checked pushing to the repository, but it seems the public key its not the correct one:

peter@server [~/repos/Gentoo]
-> % git remote add overlays git+ssh://git@git.overlays.gentoo.org/user/silmano.git
peter@server [~/repos/Gentoo]
-> % git push overlays master
Permission denied (publickey).
fatal: Could not read from remote repository.

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


Could you please check if the actual key has been updated?

Kind regards.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-04-05 21:49:18 UTC
Is the following fingerprint correct?

$ ssh-keygen -l -f silmano@gmail.com@00.pub 
2048 SHA256:QZX1ZPtb14J/2cGwJBjB4Tcul++v7tI6RRTK4kOrDjg Server (RSA)

$ ssh-keygen -l -E md5 -f silmano@gmail.com@00.pub 
2048 MD5:a0:36:38:dd:d5:d7:54:39:c0:8f:b8:9a:cb:56:d5:4d Server (RSA)
Comment 4 Peter 2016-04-05 22:27:34 UTC
Yes, the fingerprint seems to be correct, I don't know why, but I wasn't able to connect somehow.

peter@server [~]
-> % ssh-keygen -l -f .ssh/id_rsa.pub
2048 SHA256:QZX1ZPtb14J/2cGwJBjB4Tcul++v7tI6RRTK4kOrDjg Server (RSA)
peter@server [~]
-> % ssh-keygen -l -E md5 -f .ssh/id_rsa.pub
2048 MD5:a0:36:38:dd:d5:d7:54:39:c0:8f:b8:9a:cb:56:d5:4d Server (RSA)
peter@server [~]
-> % git clone git+ssh://git@git.overlays.gentoo.org/user/silmano.git Gentoo
Cloning into 'Gentoo'...
Permission denied (publickey).
fatal: Could not read from remote repository.

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



I was able to init the repo (instead of cloning it) and from there it seems to let me push without issues.

Thanks for updating the public key.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-04-06 07:58:00 UTC
It's git.gentoo.org. git.overlays.gentoo.org is long dead.
Comment 6 Peter 2016-04-06 17:43:42 UTC
I didn't know that. Using git.gentoo.org works without issues.

peter@server [~/repos]
-> % git clone git+ssh://git@git.gentoo.org/user/silmano.git Gentoo
Cloning into 'Gentoo'...
remote: Counting objects: 79, done.
remote: Compressing objects: 100% (65/65), done.
remote: Total 79 (delta 12), reused 0 (delta 0)
Receiving objects: 100% (79/79), 16.19 KiB | 0 bytes/s, done.
Resolving deltas: 100% (12/12), done.
Checking connectivity... done.


Thanks!