|
|
Bioscreencast Wiki > Crystallography Howtos > Enable X11 forwarding from a server running Leopard OSX to other clients
Enable X11 forwarding from a server running Leopard OSX to other clientsFrom $1Fixing the X11 forwarding issues on MacBook pro 1) Make sure no script sets the DISPLAY variableEnsure that no script on the client is setting the DISPLAY variable ( see Leopard and X11 section ssh X forwarding debugging) to check this local $ echo $DISPLAY /tmp/launch-Bh0fLm/:0 Step 1b local $ grep DISPLAY ~/.*rc ~/.login ~/.*profile ~/.MacOSX/ environment.plist 2>/dev/null Step 1c local $ grep -r DISPLAY /opt/local/etc /sw/etc /etc 2>/dev/null 2) Ensure that X11 Forwarding is enabled in the serverAfter connecting with an ssh -X -Y remote-address . Perform the following steps echo $DISPLAY That should return something . In my case it returned nothing remote $ grep X11 /etc/sshd_config ~/.ssh/* # X11Forwarding no # X11DisplayOffset 10
Tags:
|
Powered by MindTouch Deki Open Source Edition v.8.08.1 |