Mikrotik-Router

Wechseln zu: Navigation, Suche

Der Mikrotik Router kann

a) per Webinterface auf http://192.168.4.1/

b) per SSH auf admin@192.168.4.1

erreicht werden.

Known Bugs


bbu@calvin:~# ssh 192.168.4.1 -l admin

Unable to negotiate with 192.168.4.1 port 22: no matching host key type found. Their offer: ssh-dss

bbu@calvin:~# ssh -oHostKeyAlgorithms=+ssh-dss 192.168.4.1 -l admin

ssh_dispatch_run_fatal: Connection to 192.168.4.1 port 22: DH GEX group out of range


Lösung: ssh -oHostKeyAlgorithms=+ssh-dss -oKexAlgorithms=diffie-hellman-group1-sha1 192.168.4.1 -l admin