Hi, I’m new to RouterOS but not networking.
Set up an RB750Gr3 with 6.39.2 for which I’d like to access webfig over an SSH tunnel.
I enabled SSH port forwarding via CLI (and rebooted):
[admin@MikroTik] > /ip ssh print
forwarding-enabled: yes
always-allow-password-login: no
strong-crypto: no
host-key-size: 2048
yet when I try to portforward over SSH (listening on 42222) I only get the console and no forwarded port:
ssh -L 8888:192.168.88.1:80 admin@themikrotikrouter.sn.mynetname.net -p 42222
anything I overlooked?