Say I have two machines, both running Linux;
Machine A is running a VPN server and is behind a NAT.
Machine B is the VPN client.
Machine A creates a reverse SSH tunnel from itself to Machine B, exposing a port on Machine B that connects back to the VPN running on Machine A.
How can I connect to Machine A's VPN server from Machine B through the SSH reverse tunnel?