SSH Tunneling to local ports

I want to use SSH tunneling on HASS OS but on local ports it’s not working (to me),
I have only the SSH port open
For example if I issue the command from the HASSOS

ssh -R 8888:192.168.1.80:80 [email protected]

From my browser I go to localhost:8888 and I get to a “sonoff” @ 192.168.1.80 on HASSOS LAN

The problem comes when I install Node-Red on HASS OS, for local ports it doesn’t work:

ssh -R 8888:127.0.0.1:1880 [email protected]

I tried 127.0.0.1, the local IP (192.168.1.200), localhost. I don’t know how to connect to port 1880 on the same device.