Re: Who is the problem kid: Win10 or Fedora?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Jul 16, 2023 at 2:29 PM Walter H. via users
<users@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> On 16.07.2023 15:11, Francis.Montagnac@xxxxxxxx wrote:
> >
> > On Sun, 16 Jul 2023 14:48:04 +0200 "Walter H. via users" wrote:
> >
> >> ssh -vvv didn't really give any useful hints; I guess the problem is NOT
> >> caused by just the key;
> > Although a ED25519 one works ?
> yes this does ...
> > You may perhaps find the reason in the journal of sshd on the Fedora VM.
>
> sshd[159804]: userauth_pubkey: signature algorithm rsa-sha2-512 not in
> PubkeyAcceptedAlgorithms [preauth]
>
> what does this mean?

The OpenSSH client tries keys in a certain order. running `ssh -vvv
<host>` will show you the order.

You can change the order with the use of IdentityFile in your SSH
config file. OpenSSH will try keys in the order specified by
IdentityFile's in the config file.

    $ cat ~/.ssh/config
    Host *.fsffrance.org fsffrance.org
        User noloader
    Host *.opencsw.org
        User jwalton
    Host *.home.pvt
        User jwalton
    Host *
        User jwalton

    IdentityFile ~/.ssh/id_ed25519
    IdentityFile ~/.ssh/id_ecdsa
    # IdentityFile ~/.ssh/id_dsa
    IdentityFile ~/.ssh/id_rsa

    Protocol 2
    PreferredAuthentications publickey,password

OpenSSH will parse and expand the tilde (~).

Jeff
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux