This is a new installation of openwrt (no ssh keypair). I am able to putty to it and log in, but ssh from windows or linux does not work. I get the following error:
ssh -v 192.168.1.1
OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022
debug1: Reading configuration data /home/jrt/.ssh/config
debug1: /home/jrt/.ssh/config line 70: Applying options for 192.168.1.1
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to 192.168.1.1 [192.168.1.1] port 22.
debug1: Connection established.
debug1: identity file /home/jrt/.ssh/id_rsa type 0
debug1: identity file /home/jrt/.ssh/id_rsa-cert type -1
debug1: identity file /home/jrt/.ssh/id_ecdsa type -1
debug1: identity file /home/jrt/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/jrt/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/jrt/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/jrt/.ssh/id_ed25519 type -1
debug1: identity file /home/jrt/.ssh/id_ed25519-cert type -1
debug1: identity file /home/jrt/.ssh/id_ed25519_sk type -1
debug1: identity file /home/jrt/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/jrt/.ssh/id_xmss type -1
debug1: identity file /home/jrt/.ssh/id_xmss-cert type -1
debug1: identity file /home/jrt/.ssh/id_dsa type -1
debug1: identity file /home/jrt/.ssh/id_dsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.10
debug1: Remote protocol version 2.0, remote software version dropbear
debug1: compat_banner: no match: dropbear
debug1: Authenticating to 192.168.1.1:22 as 'root'
debug1: load_hostkeys: fopen /home/jrt/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256@libssh.org
debug1: kex: host key algorithm: (no match)
Unable to negotiate with 192.168.1.1 port 22: no matching host key type found. Their offer: ssh-rsa
Any help would be appreciated