Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Sérgio Basto
Sorry , please discard my message, the user name was wrong here ... On Thu, 2019-03-28 at 02:55 +, Sérgio Basto wrote: > On Wed, 2019-03-27 at 13:14 +, Martin Gansser wrote: > > debug1: Next authentication method: publickey > > debug1: Offering public key: /home/martin/.ssh/id_rsa RSA >

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Sérgio Basto
On Wed, 2019-03-27 at 13:14 +, Martin Gansser wrote: > debug1: Next authentication method: publickey > debug1: Offering public key: /home/martin/.ssh/id_rsa RSA > SHA256:bHNp1Vhqsa4aRUMuVsXdBIALgvNzDzAriQKRvNxpQos agent > debug3: send packet: type 50 > debug2: we sent a publickey packet, wait

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Martin Gansser
> On 3/27/19 7:06 AM, Martin Gansser wrote: > > I don't see anything wrong on the server side logs here, it shows that > it's accepting your key. Is this still happening? > > Feel free to drop by #fedora-admin on freenode or file a infrastructure > ticket and we will get it working ( >

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Kevin Fenzi
On 3/27/19 7:06 AM, Martin Gansser wrote: > [martin@f30 fedora-scm]$ cat -v ~/.ssh/config > Host pkgs.fedoraproject.org > User martinkg > IdentityFile ~/.ssh/id_rsa.pub > > [martin@f30 fedora-scm]$ fedpkg clone lollypop > Cloning into 'lollypop'... > packet_write_wait: Connection to 209.132.181.4

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Dridi Boukelmoune
On Wed, Mar 27, 2019 at 3:06 PM Martin Gansser wrote: > > [martin@f30 fedora-scm]$ cat -v ~/.ssh/config > Host pkgs.fedoraproject.org You can probably wildcard it to *.fedoraproject.org in case you have to ssh somewhere else in the future. > User martinkg > IdentityFile ~/.ssh/id_rsa.pub > >

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Martin Gansser
[martin@f30 fedora-scm]$ cat -v ~/.ssh/config Host pkgs.fedoraproject.org User martinkg IdentityFile ~/.ssh/id_rsa.pub [martin@f30 fedora-scm]$ fedpkg clone lollypop Cloning into 'lollypop'... packet_write_wait: Connection to 209.132.181.4 port 22: Broken pipe fatal: Could not read from remote

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Stephen John Smoogen
On Wed, 27 Mar 2019 at 09:39, Martin Gansser wrote: > > same error ! > No it is a different error. Your cert was used, but you can't ssh into that server as it has no shells for users. debug1: Authentication succeeded (publickey). Authenticated to pkgs.fedoraproject.org ([209.132.181.4]:22).

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Martin Gansser
same error ! ls -ls ~/.fedora.upn -rw-rw-r-- 1 martin martin 9 27. Mär 14:33 .fedora.upn [martin@f30 ~]$ cat -v ~/.fedora.upn martinkg [martin@f30 ~]$ ssh -vvv marti...@pkgs.fedoraproject.org OpenSSH_7.9p1, OpenSSL 1.1.1b FIPS 26 Feb 2019 debug1: Reading configuration data

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Tom Hughes
On 27/03/2019 11:35, Martin Gansser wrote: i get the error after copying my home folder /home/martin from a vmware with f29 to a new vmware with f30. Cloning into 'lollypop'... mar...@pkgs.fedoraproject.org: Permission denied (publickey). fatal: Could not read from remote repository. Please

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Martin Gansser
the permissions are: [martin@f30 ~]$ ll ~/.ssh/ insgesamt 20 -rw---. 1 martin martin 130 1. Okt 17:59 config -rw---. 1 martin martin 65 1. Okt 13:25 config.orig -rw---. 1 martin martin 3434 1. Okt 10:17 id_rsa -rw---. 1 martin martin 737 1. Okt 10:17 id_rsa.pub -rw---.

Re: fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Jakub Jelen
Run ssh in debug mode: ssh -vvv mar...@pkgs.fedoraproject.org It will show you that you probably have bad permissions or owner on one of your private keys in ~/.ssh/. They need to be owned by you and not readable by anyone else (mode 0600). Jakub On Wed, 2019-03-27 at 11:35 +, Martin

fedpkg clone lollypop ... Permission denied (publickey), after copying my fedora cert to new vmware with f30

2019-03-27 Thread Martin Gansser
Hi, i get the error after copying my home folder /home/martin from a vmware with f29 to a new vmware with f30. Cloning into 'lollypop'... mar...@pkgs.fedoraproject.org: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access