a ssh x11 problem

Martin Pitt martin.pitt at canonical.com
Fri Oct 8 08:24:15 UTC 2004


Hi!

hernandez nestor [2004-10-08  1:11 -0700]:
> salutations guys
> I want to make a remote connection to another server
> and use mine as terminal X,
> but after doing the next:
> -------
> ssh nesthor at labci3
> pass...
> setenv DISPLAY myIP:0.0
> xfig &

Please do not set the DISPLAY variable manually, ssh should do that
automatically and set up an X11 tunnel for you if you specify -X, 
i. e.:

  ssh -X nesthor at labci3

If it still not works and 'echo $DISPLAY' does not print anything,
then please make sure that in /etc/ssh/sshd_config the setting
'X11Forwarding' is set to 'yes'.

Martin
-- 
Martin Pitt                       http://www.piware.de
Ubuntu Developer            http://www.ubuntulinux.org
Debian GNU/Linux Developer       http://www.debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20041008/47361790/attachment.sig>


More information about the ubuntu-users mailing list