Usage

ssh -R subdomain:80:localhost:port -p 2222 tunnel.nti.bi
subdomain subdomain.tunnel.nti.bi
port local port to expose

Example

ssh -R dev:80:localhost:3000 -p 2222 tunnel.nti.bi
exposes localhost:3000 at https://dev.tunnel.nti.bi