Re: fedpkg considering public key as private and refusing to give access

2025-05-02 Thread Peter Pentchev
On Fri, May 02, 2025 at 12:54:28PM +0200, Clemens Lang wrote: > Hi, > > > On 30. Apr 2025, at 19:54, Peter Pentchev wrote: > > > > Is there a chance that there is some kind of mistake in your ~/.ssh/config > > file > > saying something like "IdentityFile /path/to/id_rsa.pub" so that OpenSSH > >

Re: fedpkg considering public key as private and refusing to give access

2025-05-02 Thread Clemens Lang
Hi, > On 30. Apr 2025, at 19:54, Peter Pentchev wrote: > > Is there a chance that there is some kind of mistake in your ~/.ssh/config > file > saying something like "IdentityFile /path/to/id_rsa.pub" so that OpenSSH > would think that id_rsa.pub is a private keyfile and not a public one? Note

Re: fedpkg considering public key as private and refusing to give access

2025-05-01 Thread Anirban Mitra via devel
Yes that's right! For unknown reasons, ~/.ssh/config showed  "IdentityFile ~/.ssh/id_rsa.pub" Everything worked  after changing id_rsa.pub to id.rsa  Thanks for your suggestion  On Wednesday 30 April, 2025 at 11:25:32 pm IST, Peter Pentchev wrote: On Wed, Apr 30, 2025 at 03:13:35PM +

Re: fedpkg considering public key as private and refusing to give access

2025-04-30 Thread Peter Pentchev
On Wed, Apr 30, 2025 at 03:13:35PM +, Anirban Mitra via devel wrote: > when i run command  >   fedpkg pull > I get the following warning  > @@@ > @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @ > @@@

Re: fedpkg considering public key as private and refusing to give access

2025-04-30 Thread Benson Muite
On Wed, Apr 30, 2025, at 6:13 PM, Anirban Mitra via devel wrote: > when i run command  >   fedpkg pull > I get the following warning  > @@@ > @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @ > @

fedpkg considering public key as private and refusing to give access

2025-04-30 Thread Anirban Mitra via devel
when i run command    fedpkg pull I get the following warning  @@@ @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @ @@@ Permissions 0644 for '/home/user/.ssh/id_rsa.pub' are to