LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   which is easy on bandwidth : ssh -Y , rlogin and setting DISPLAY, XDMCP ,VNC (https://www.linuxquestions.org/questions/linux-software-2/which-is-easy-on-bandwidth-ssh-y-rlogin-and-setting-display-xdmcp-vnc-741990/)

amolgupta 07-22-2009 11:40 AM

which is easy on bandwidth : ssh -Y , rlogin and setting DISPLAY, XDMCP ,VNC
 
I just wanna a graphical application running on a remote location . Bandwidth is becoming a bottleneck so i just wanted to know out of the following which is easy on bandwidth : ssh -Y , rlogin and setting DISPLAY, XDMCP ,VNC.

ddaemonunics 07-22-2009 02:01 PM

ssh -X always seems to work for me...if you only need one application

acid_kewpie 07-22-2009 02:09 PM

Yeah, certainly using a system that basically ships screenshots back and forth is always going to suck compared to a proper X client - server setup. I'm not really aware of compression under bog standard X connections, but ssh certainly compresses with zlib across the network to further squeeze the best out of the bandwidth. Having said that there is implictly an overhead in the ssh encryption in terms of packets, but as above, the zlib may win over all.

ramram29 07-22-2009 02:15 PM

`ssh -X -C` will compress your session. I use it all the time and it's much faster.


All times are GMT -5. The time now is 08:06 AM.