I would like to make a port on a local Linux machine redirect to another ip address:port. I can currently achieve this with a ssh tunnel and sshing into myself, however I am sure there is more elegant way of doing this.
I am looking for something temporary and non-permanent. AKA easy to undo/remove.
Thanks!