Sascha Hlusiak wrote:
The easiest thing would probably be to just use ssh port forwarding because you already have all the pieces running anyway. Wouldn't a simple

  ssh -L 12345:secondapache:https u...@remotessh

and the browsing to https://localhost:12345 do the trick? Or you could use a pppd over ssh vpn, yes, but that is a bit more complex.

- Sascha

I really want to avoid having to access a non-standard port from the URLs - I want to use the final URLs exactly as they will be once the in-development website is eventually deployed.

Can you recommend a 'how-to' for the pppd over ssh approach?

Reply via email to