: Dumas Patrice <[EMAIL PROTECTED]>
: I don't want to keep a tty open with the ssh tunneling session.

     ssh -n -f -L 590$display:localhost:590$display $server sleep 30
     sleep 5
     vncviewer localhost:$display

Since ssh stays open until the last client out shuts off the lights, you
can simply quit the client (or kill the server, which will quit the
client) and the ssh will just naturally shut down right away.  The wait
of 30 seconds gives you a chance to start up the viewer, then leaves no
extra processes on the server side for the rest of the session.  
No muss, no fuss. 
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to