Reading Time: < 1 minute
The following example binds local port 8834 on remote host via ssh as localhost port 8834.

ssh -R 8834:localhost:8834 username@1.2.3.4
0