local$> echo $DISPLAY
:0.0
local$> ssh -X -i PEMFILE ec2-user@AMAZONEC2_AMI
[ec2-user@REMOTE_AMI ~]$ echo $DISPLAY
[ec2-user@REMOTE_AMI ~]$ sudo grep X11 /etc/ssh/sshd_config ~/.ssh/*
/etc/ssh/sshd_config:#X11Forwarding no
/etc/ssh/sshd_config:X11Forwarding yes
/etc/ssh/sshd_config:#X11DisplayOffset 10
/etc/ssh/sshd_config:#X11UseLocalhost yes
Daher wird die Anzeige nicht weitergeleitet. Ein Befehl wie emacs &
zum Beispiel zeigt das X11-Fenster nicht auf dem lokalen Desktop an. Bitte beraten.
ssh -vvvv -X -i ...
X11Forwarding
zu yes neu gestartet ?