![]() |
VNC over SSH tunnel optimization
Hello,
I have setup ssh tunnel from a linux workstation to a linux server to use secure VNC. It works so far good, the only problem is that it is a bit slow. I would like to ask you for suggestion on optimizing the the tunnel and/or the vnc server. Both computers have enough cpu power and very fast internet connections, so it would not be a problem if the optimization includes high cpu usage or high broadband usage... here are my configs: VNC server is started with the following options: Code:
tightvncserver -geometry 800x600 -depth 15 :1Code:
#!/bin/shCode:
ssh -f -N -L 5901:localhost:5901 username@server |
You can try using flag -C in ssh for compression (read the man page warning). Maybe you connection is slow because your ISP is doing traffic shaping, you could also try to tunnel to another port (443).
Quote:
|
| All times are GMT +2. The time now is 16:42. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.