Updated on 2020-01-24

https://www.x.org/releases/individual/

https://www.x.org/wiki/ModuleDescriptions/

https://man.openbsd.org/sshd_config

yum -y install xorg-x11-apps xorg-x11-xauth xorg-x11-server-Xorg

echo X11Forwarding yes >> /etc/ssh/sshd_config
echo AddressFamily inet >> /etc/ssh/sshd_config
systemctl restart sshd

echo $DISPLAY
xeyes
xmessage -file .bashrc

Docker X11 Forward

docker run -it --rm -v $HOME/.Xauthority:$HOME/.Xauthority:ro -e DISPLAY --net=host parrotsec/security

Reference