Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Last active October 2, 2023 02:22
Show Gist options
  • Save gregjhogan/a9438f7443ac738e9925ec3e0ce17f08 to your computer and use it in GitHub Desktop.
Save gregjhogan/a9438f7443ac738e9925ec3e0ce17f08 to your computer and use it in GitHub Desktop.
xpra server and client example
# install latest from custom apt repo
# https://bytexd.com/xpra/#install-xpra-on-ubuntu
# start server sharing existing desktop (add for html server: --bind-tcp=0.0.0.0:9876 --html=on)
xpra shadow :1 --pulseaudio=no --mdns=no
# start client connecting to server
xpra shadow ssh://<user>@<host>/1 --ssh="ssh -i ~/.ssh/id_rsa" --pulseaudio=no --mdns=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment