ssh tunnel

  1. ethan

    Solved SSH port forwarding not seem to work

    1. Background I'm trying to do the box Overpass3 from tryhackme. The box need me to set up ssh port forwarding for nfs service port 2049, port mapper port 111 and another port 20048. 2. Problem After setting up the tunnel (command follows next) for port 2049, I didn't catch any TCP traffic in...
  2. J

    Solved SSH tunnel to access bhyve VNC over jump host

    Simple scenario: Desktop [A] ---- <internet> --- SSH jumphost [B] --- <local net> --- bhyve host [C] When I want to SSH from A to C, I simply do this: ssh -J user@jump.example.com user@192.168.1.10 where jump.example.com points to B and 192.168.1.10 is the local address of C (reachable by B)...
Back
Top