I've set up a SSH tunnel
ssh -L 28190:checkpoint-mgmt:18190 checkpoint-fw
Port 18190 is occupied on the system I'm working on, so I had to set it up on a different port. My question is now, how do I connect to a custom port with the SmartDashboard. I've tried localhost:28190, but that gives me a name-resolution failure.
Is what I'm trying to to achievable?