Skip to content

Instantly share code, notes, and snippets.

@herpiko
Created September 26, 2017 15:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herpiko/016b09123d3a095aa208e9f7d13ee2f6 to your computer and use it in GitHub Desktop.
Save herpiko/016b09123d3a095aa208e9f7d13ee2f6 to your computer and use it in GitHub Desktop.
Xephyr nested xserver

Required packages :

  • openssh-server
  • xserver-xephyr

Fire the new Xserver window

Xephyr -ac -screen 800x600 -br -reset -terminate 2> /dev/null :1

Then inject the app from another terminal,

export DISPLAY=:1.0
ssh -XfC herpiko@asep-tambora manokwari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment