SSH/Fehlerbehebung
Allgemeine Fehlersuche
$ ssh -v[vv] user@server.net
Fehlermeldungen
X11 forwarding request failed on channel 0
Check /etc/ssh/sshd_config file
/etc/ssh/sshd_config X11Forwarding yes X11UseLocalhost no
# systemctl restart ssh
Install X authority file utility
You need to install xauth tool using yum command:
$ sudo yum install xauth
Test
$ ssh -X user@server.net $ xeyes &