To create an ssh tunnel for a given port
ssh -L 16006:127.0.0.1:16006 account@server.address
Last updated 3 years ago
Was this helpful?