Re: Honey, I broke public-key logins

2021-11-01 Thread Bob Bernstein
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

Re: Honey, I broke public-key logins

2021-11-01 Thread Bob Bernstein
On Mon, 1 Nov 2021, Jun Ebihara wrote: https://www.openssh.com/txt/release-8.8 For example, the following stanza in ~/.ssh/config will enable RSA/SHA1 for host and user authentication for a single destination host: Host old-host HostkeyAlgorithms +ssh-rsa

Re: Honey, I broke public-key logins

2021-10-31 Thread Bob Bernstein
It's not as bad as I feared. In one case, resorting to ecdsa keys solved the problem, and the other is with my wife's Mac, which gives me this message: "Unable to negotiate with 192.168.1.73 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss" Installing the above-noted

Honey, I broke public-key logins

2021-10-31 Thread Bob Bernstein
I never really was one to look before I leap, and a recent 'sysbuild' and 'sysupgrade' to 9.99.92 produced the effect noted above in Subject:. (The reference is to the film "Honey I shrunk the kids.") Password logins via ssh are still permitted. I tried creating new keys but to no avail.