Skip to content

Instantly share code, notes, and snippets.

@pulketo
Last active February 19, 2021 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pulketo/f83134bb302ddf67303ecfdd354d842b to your computer and use it in GitHub Desktop.
Save pulketo/f83134bb302ddf67303ecfdd354d842b to your computer and use it in GitHub Desktop.
X forwarding RHEL
yum install -y xorg-x11-xauth xorg-x11-fonts-\* xorg-x11-utils xorg-x11-apps
/etc/ssh/sshd_config:
X11Forwarding yes
X11UseLocalhost yes
ssh -XY user@host
echo $DISPLAY
xclock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment