User Tools

Site Tools


sensefils:mikrotik:ssh

This is an old revision of the document!


$ ssh admin@192.168.88.1
Unable to negotiate with 192.168.88.1 port 22: no matching host key type found. Their offer: ssh-dss

$ ssh -oHostKeyAlgorithms=+ssh-dss admin@192.168.88.1
Unable to negotiate with 192.168.88.1 port 22: no matching cipher found. Their offer: aes192-cbc,aes128-cbc,aes256-cbc,blowfish-cbc,3des-cbc

Funciona con esto:

ssh -o KexAlgorithms=diffie-hellman-group14-sha1 -o HostKeyAlgorithms=+ssh-dss -c 3des-cbc admin@192.168.88.1
sensefils/mikrotik/ssh.1637229888.txt.gz · Last modified: 2021/11/18 10:04 by jose