Quick question: how to achieve command line ssh tunnel command with core tunnel?

without core tunnel:
ssh -L 9001:127.0.0.1:5432 root@dev.supersoft.com -f -N
now one can connect to the remote postgres db via 127.0.0.1:9001

question:
what to enter in core tunnel in Forwarding/Connection/Advanced to get same result?

Thanks a lot & best

This should work:

strike - this works - thanks