Re: can't open display

From: Alexander Apprich (A.Apprich_at_science-computing.de)
Date: 11/10/04

  • Next message: Nifty Hat Mitch: "Re: Where is the $LANG variable defined?"
    Date: Wed, 10 Nov 2004 11:47:08 +0100
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    
    

    Dennis Gilmore wrote:
    > Once upon a time Tuesday 09 November 2004 11:16 pm, phurd wrote:
    >
    >>Hey All,
    >>
    >>Up until unpgrading to FC3 I would ssh from machinea on machineb and then
    >>run programs on machineb remotely from machinea. I get confused by X
    >>client/server language. Since upgrading machinea from FC2 to FC3 I get
    >>errors
    >>
    >>like:
    >>: Gtk-WARNING **: cannot open display:
    >>
    >> Xt error: Can't open display:
    >
    > Reading the release notes would help the way ssh works has changed. try ssh
    > -X machineb and it will work

    The machine wide settings are in /etc/ssh/ssh_config
    if you want to change the behaviour of ssh for yourself
    copy this file to $HOME/.ssh/ssh_config and change

        ForwardX11 no

    to

        ForwardX11 yes

    If you want to change it permanently only for a specific domain insert

        Host *.yourdomain.org
          ForwardX11 yes
    >
    > Dennis
    >

    Your privat ssh_config in $HOME/.ssh/ will overwrite the settings
    in /etc/ssh/ssh_config as long as the SSH server on the remote machine
    allows it.

    Alex

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Nifty Hat Mitch: "Re: Where is the $LANG variable defined?"

    Relevant Pages

    • Re: [Full-disclosure] Possible DOS issue in OpenSSH ssh client
      ... This consumes 50-100% of available CPU time on MachineB (depending on the ... bandwith between them). ... What did the ssh client do? ...
      (Full-Disclosure)
    • Re: consecutive rsync between three machines
      ... why do you suggest the option ssh -c and what is the ... (accessable through machineB). ... why not use the ssh option -c, instead of trying to do the echo pipe. ...
      (comp.os.linux.misc)
    • Re: cant open display
      ... > Up until unpgrading to FC3 I would ssh from machinea on machineb and then ... > run programs on machineb remotely from machinea. ... Reading the release notes would help the way ssh works has changed. ...
      (Fedora)
    • Re: consecutive rsync between three machines
      ... Because I misremembered the command. ... ssh B mkdir /tmp/rsync ... (accessable through machineB). ... why not use the ssh option -c, instead of trying to do the echo pipe. ...
      (comp.os.linux.misc)
    • [Full-disclosure] Possible DOS issue in OpenSSH ssh client
      ... During some testing I found a possible bug/issue with OpenSSH ssh client. ... This consumes 50-100% of available CPU time on MachineB (depending on the ...
      (Full-Disclosure)