SSH-X-Verbindungseinstellungen

counterroot

Lt. Commander
Registriert
Feb. 2005
Beiträge
1.633
Hallo in die Runde,

gibt es irgend eine möglichkeit z.B. den grafischen Transfer von ssh komprimiert ablaufen zu lassen? Mehr Prozessorlast auf beiden Seiten, dafür weniger Traffic?
Ich habe unglaubliche Probleme beispielsweise mit ssh -X domain.tld X-Server basierte Applikationen wie Thunderbird über das Netz laufen zu lassen. Sogar im heimischen netz, ist es z.B. via wLan nicht ganz einfach.
Habt ihr da was parrat?
pmb µatthias
 
man ssh *g*
-C Requests compression of all data (including stdin, stdout, stderr, and data for forwarded X11 and TCP connections). The compression algorithm is the same used by gzip(1), and the “level” can be controlled by the CompressionLevel option for protocol version 1. Compression is desirable on modem lines and other slow connections, but will only slow down things on fast networks. The default value can be set on a host-by-host basis in the configuration files; see the Compression option.

bzw man ssh_config
Compression
Specifies whether to use compression. The argument must be “yes” or “no”. The default is “no”.

CompressionLevel
Specifies the compression level to use if compression is enabled. The argument must be an integer from 1 (fast) to 9 (slow, best). The default level is 6, which is good for most applications. The meaning of the values is the same as in gzip(1). Note that this option applies to protocol version 1 only.

alles klar soweit
 
hey danke =)
Immerhin krieg ich eine xterm jetzt nach 10-15 sekunden her und kann sogar einen "mc" öffnen :)
allerdings bekomme ich bei "'firefox" nach über 30 sekunden immer noch nichts...
Habt ihr ne alternative?
pmb µatthias
 
Zurück
Oben