I am using ssh to create tunnel for vnc. As I want to tunnel http
connection, I need to make two calls to ssh. I would like to reduce this
to one call - hence my question.

Is there a way to process two ssh calls:
ssh2 -l user -L port1:somehost:port2 ssh2_host 
ssh2 -l user -L port3:somehost:port4 ssh2_host 

In one line 
e.g. ssh2 -l user -L port1, port3:somehost:port2,port4 ssh2_host.

The reason I ask is that I only want the user to authenticate themselves
once.

If I have two calls to ssh2 then I need to have the user authenticate
themselves twice.

Any ideas/suggestions.

Colin.
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to