Usage
# SSH into remote server
ssh <username>@<hostname># Bind to your local port 9999 and forward all connections from there to port 8384 on the target machine
ssh -L 9999:localhost:8384 <destination># SSH into remote server
ssh <username>@<hostname># Bind to your local port 9999 and forward all connections from there to port 8384 on the target machine
ssh -L 9999:localhost:8384 <destination>