Last active
October 2, 2023 02:22
-
-
Save gregjhogan/a9438f7443ac738e9925ec3e0ce17f08 to your computer and use it in GitHub Desktop.
xpra server and client example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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