• [^] # Re: xming

    Posté par (site web personnel) . En réponse au journal Linux, ssh et X11/win. Évalué à 2.

    donc voilà la trace d'une connection putty (avec xming qui tourne à côté), le X11 forwarding enablé des 2 côtés .(et localhost:0.0 dans le "x display location" de putty)

    -----------------------------------------------
    manatlan@ubuntu-box:~$ echo $DISPLAY

    manatlan@ubuntu-box:~$ export DISPLAY=localhost:10.0
    manatlan@ubuntu-box:~$ echo $DISPLAY
    localhost:10.0
    manatlan@ubuntu-box:~$ xclock &
    [1] 23567
    Error: Can't open display: localhost:10.0
    [1]+ Exit 1 xclock
    manatlan@ubuntu-box:~$ cat /etc/ssh/sshd_config | grep X11F
    X11Forwarding yes
    -----------------------------------------------

    par défaut, mon $DISPLAY n'est pas à jour
    j'ai tenté de le mettre moi même en 10.0
    que neni ... toujours rien de bon ...

    une idée ?