Page 1 of 1
Unable to negotiate with x.x.x.x port 22: no matching host key type found.
Posted: Thu Oct 20, 2022 6:56 pm
by Smiggel
Ik heb opeens een probleem. Wilde controleren of mijn rooted Toon 2 een update beschikbaar heeft. En kan plots niet meer inloggen via SSh. Ik krijg onderstaande melding:
Unable to negotiate with x.x.x.x port 22: no matching host key type found. Their offer: ssh-rsa
Heb het nog met een ander systeem geprobeerd, maar daar precies hetzelfde issue. De toon is verder wel af te lezen via HomeAssistnat en te pingen in het netwerk. De Toon draait overigens al langere tijd op versie 5.49.19.
Iemand enig idee wat er aan de hand is en hoe ik dit kan oplossen?
Re: Unable to negotiate with x.x.x.x port 22: no matching host key type found.
Posted: Thu Oct 20, 2022 8:25 pm
by TheHogNL
Andere client gebruiken die nog wel die encryptie ondersteund (oudere putty of puttytray)
Re: Unable to negotiate with x.x.x.x port 22: no matching host key type found.
Posted: Thu Oct 20, 2022 8:36 pm
by RDNZL
Als je op linux zit kun je dit doen:
Code: Select all
ssh -c aes128-cbc -oKexAlgorithms=+diffie-hellman-group1-sha1 root@192.168.x.y
Re: Unable to negotiate with x.x.x.x port 22: no matching host key type found.
Posted: Fri Oct 21, 2022 1:14 pm
by Smiggel
TheHogNL wrote: ↑Thu Oct 20, 2022 8:25 pm
Andere client gebruiken die nog wel die encryptie ondersteund (oudere putty of puttytray)
Zit op een Mac en gebruik de standaard terminal. Zal dan eens kijken naar een ander systeem.
Re: Unable to negotiate with x.x.x.x port 22: no matching host key type found.
Posted: Fri Oct 21, 2022 1:15 pm
by Smiggel
RDNZL wrote: ↑Thu Oct 20, 2022 8:36 pm
Als je op linux zit kun je dit doen:
Code: Select all
ssh -c aes128-cbc -oKexAlgorithms=+diffie-hellman-group1-sha1 root@192.168.x.y
Zit op een Mac. Heb dit wel geprobeerd, maar krijg dezelfde foutmelding.

Re: Unable to negotiate with x.x.x.x port 22: no matching host key type found.
Posted: Fri Oct 21, 2022 1:21 pm
by Smiggel
Uiteindelijk de oplossing gevonden:
https://www.petenetlive.com/kb/article/0001245
Blijkbaar staat er nu in de terminal het één en ander uitgeschakeld waardoor dit probleem ontstaat. In het bovenstaande artikel staat wat je kunt doen om het op te lossen.
Re: Unable to negotiate with x.x.x.x port 22: no matching host key type found.
Posted: Mon Oct 31, 2022 10:46 pm
by toonnoot
Komt inderdaad door de update naar OSX 13 Ventura.
Re: Unable to negotiate with x.x.x.x port 22: no matching host key type found.
Posted: Mon Jan 02, 2023 5:12 pm
by marcelr
Wordt het niet zo langzamerhand tijd voor een update van dropbear?
Het geval dat we nu gebruiken is al 7 jaar oud ...