> I've got two servers: one for the frontend (Internet) and one backend.
> The Communication between them is implemented as SAOP-webservice. Now,I
> wan't to have the Communication through an SSH-tunnel.

  ssh -2 -N -T -q -L 8080:$remote-name:8080 $remote-name


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to