Changes between Version 10 and Version 11 of ShadowServer
- Timestamp:
- 04/18/16 07:07:20 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ShadowServer
v10 v11 16 16 == SSH Usage Example == 17 17 18 If you have SSH access to the machine whose display you wish to shadow, simply run from your client:18 If you have SSH access to the machine whose X11 display you wish to access remotely, simply run from your client: 19 19 {{{ 20 20 xpra shadow ssh:HOST:DISPLAY 21 21 }}} 22 22 This will connect over SSH, start and xpra shadow server and connect to it. 23 24 23 The shadow server will be stopped once you disconnect. 25 24 … … 41 40 Notes: 42 41 * this does not cover [/wiki/Authentication] or [/wiki/Encryption] 43 * MS Windows and Mac OS X do not have X11 display names ({{{:0}}} in the example above), just choose any value you like (this can simply be omitted with newer versions)42 * MS Windows and Mac OS X do not have X11 display names ({{{:0}}} in the example above), you can simply omit the display argument. 44 43 }}}