On Wed, Aug 15, 2007 at 09:17:10AM +0200, Philipp Hanselmann wrote: > I tried that (LDM_DIRECTX=True), but I am not sure if is really working > under Feisty: > > On a thin client I noticed that ssh is still running with encryption! > > # ps aux | grep ssh > ssh -v -c blowfish-cbc,aes128-cbc,3des-cbc -M -S /tmp/.ltspfs-socket [EMAIL > PROTECTED] /bin/bash --login -c ' env LTSP_CLIENT="demo" > PULSE_SERVER=tcp:192.168.0.244:4713 ESPEAKER=192.168.0.244:16001 > DISPLAY=192.168.0.244:6 /etc/X11/Xsession && ltspfsmounter all cleanup ' ; > kill -1 $PPID
It is. Note the "DISPLAY=192.168.0.244:6" in the above line. That means the X is being passed back to you unencrypted. It's not passing through ssh. You should be fine. Scott -- Scott L. Balneaves | "Eternity is a very long time, Systems Department | especially towards the end." Legal Aid Manitoba | -- Woody Allen -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
