SSH forwarding after upgrade to 6.44 or higher

I regularly use local SSH port forwarding from Ubuntu desktop to Mikrotik router.
Behind the router are devices in default configuration which I am accessing remotely to configure them (ssh admin@mikrotikIP -L 8080:RemoteDeviceIP:80 ).

After RouterOS upgrade from 6.43 to 6.44.x or 6.45.x this SSH forwarding stopped working. Looks like to me it’s now forbidden by default. Any idea how to enable it again?

[me@MyTik] > ip ssh set forwarding-enabled=
both  local  no  remote

The old value yes translates into remote during configuration conversion during upgrade, which means Mikrotik doesn’t fulfil client’s requests to access ports through itself.

I can confirm this works.
Thank you!