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
> >
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
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 +
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! @
> @@@
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! @
> @
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