: 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 s
Hi,
I would like to tunnel vnc with ssh. I have read lot of howtos, but still
have a problem someone may know the answer.
Basically, I don't want to keep a tty open with the ssh tunneling
session. Suppose my display number is $display and the name of
the server is $server. What I would do on the c