Current-Users archive

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

Re: Honey, I broke public-key logins



On Mon, 1 Nov 2021, Chavdar Ivanov wrote:

    Host old-host
        HostkeyAlgorithms +ssh-rsa
        PubkeyAcceptedAlgorithms +ssh-rsa

That didn't work for me when trying to ssh from a -current NetBSD
system to a Solaris10U11 host. I get:

FWIW, my first attempt at writing a .ssh/config file also failed, because (evidently) I wrote it like this:

 Host somedomain.com
    HostkeyAlgorithms +ssh-rsa
    PubkeyAcceptedAlgorithms +ssh-rsa

...i.e. just the domain, instead of indicating a specific host (I did not experiment with wild-cards):

 Host hostname.somedomain.com
    HostkeyAlgorithms +ssh-rsa
    PubkeyAcceptedAlgorithms +ssh-rsa

HTH

--
...I believe that a critical examination will show that the ascription of physical reality to the electric field is entirely without justification.
                               P.W. Bridgman (1927)



Home | Main Index | Thread Index | Old Index