Changes between Version 1 and Version 2 of Usage
- Timestamp:
- 11/03/13 07:51:44 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage
v1 v2 11 11 }}} 12 12 * then from the client, just connect to this xpra instance: 13 {{ 13 {{{ 14 14 xpra attach ssh:SERVERHOST:100 15 15 }}} … … 31 31 }}} 32 32 33 Beware: by default, TCP sockets are insecure. At the very least, you should use the "{{{--password-file}}}" option to protect those sessions. 34 33 35 34 36 == Forwarding a whole desktop == … … 45 47 46 48 49 == Shadowing an existing display == 50 51 This allows you to access an existing desktop remotely. 52 Simply: 53 {{{ 54 xpra shadow :0 55 }}} 56 (on posix systems, the default X11 session is usually "{{{:0}}}" or "{{{:1}}}") 57 [[BR]] 58 Notes: 59 * this also works for MS Windows and OSX 60 * on MS Windows, which does not have regular "unix domain sockets", you will need to use TCP sockets to connect (see above, "{{{bind-tcp=}}}"). 61 62 47 63 == More unusual setups == 48 64 ..