Changes between Version 1 and Version 2 of SSH
- Timestamp:
- 08/20/18 11:11:41 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SSH
v1 v2 12 12 {{{#!div class="box" 13 13 == Server Setup == 14 This type of transport does not usually require any specific {{{bind}}} command line option.14 This type of transport does not normally require any specific {{{bind}}} command line option, at least on Posix platforms. 15 15 16 16 With a default configuration, starting a server will create unix domain sockets. Those sockets can be seen with {{{xpra list}}}. 17 17 18 18 When connecting over SSH, the client will execute a proxy command to relay to one of these sockets, forwarding it as a pipe over the network back to the client. 19 20 Starting with version 2.4, there is now also a {{{bind-ssh}}} option which can be used to make xpra accept SSH connections on the specified address. 21 This allows MS Windows servers to provide access via an SSH transport. 22 Regular TCP sockets can also be upgraded to SSH. For details, see #1920. 19 23 }}} 20 24