I want to run http server on my local machine with private ip and forward everything to vps. I tried this:
ssh -i ~/.ssh/amazontut.pem -R 5000:localhost:5000