[CLUE-Tech] ssh tunnel for web access

David Anselmi anselmi at anselmi.us
Fri Nov 5 21:29:21 MST 2004


Greg Knaddison wrote:

> I think what you want is the SSH port forwarding capability.
> 
> Your users would need to run
> 
> ssh -L8123:localhost:80 user at applicationserver

You can also do:

ssh -L 8123:appserver:80 user at sshserver

if the ssh server is different from the app server.

Dave




More information about the clue-tech mailing list