jump host

  1. 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