Re: ssh with X window

From: Adriano Rafael Gomes (adrianorg_at_novohamburgo.rs.gov.br)
Date: 11/19/04

  • Next message: Bruno Boettcher: "how to use sarge boot disc as rescue disk?"
    Date: Fri, 19 Nov 2004 14:12:27 -0200
    To: debian-user@lists.debian.org
    
    

    Mauricio Lin escreveu:
    > Hi all,
    >
    > I have tried to make the ssh works with X on my debian system and no
    > successful results.
    >
    > On local mahine I have put:
    >
    > $ xhost ip_remote_host
    >
    > After that I type:
    >
    > $ ssh -X user@ip_remote_host
    >
    > After I logged I type
    >
    > export DISPLAY=ip_local_host:0.0
    >
    >
    > When I try to run any graphical application like mozilla browser, the
    > application is closed after some seconds. The applications are not
    > loaded on my local machine.
    >
    > Does anyone can help me?
    >
    > Mauricio Lin.
    >
    >

    Try enabling "X11Forwarding yes" on "/etc/ssh/sshd_config" file on the
    ssh server and don't set DISPLAY by yourself.

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Bruno Boettcher: "how to use sarge boot disc as rescue disk?"