Changes between Version 11 and Version 12 of Encryption
- Timestamp:
- 08/04/18 14:25:20 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encryption
v11 v12 1 {{{#!div class="box" 1 2 = Encryption = 2 3 [[BR]]4 5 {{{#!div class="box"6 == Introduction ==7 3 Access to Xpra's sessions over TCP and unix domain sockets (see [/wiki/Network network connection]) can be protected using [/wiki/Authentication authentication modules] but those do not protect the network connection itself from man in the middle attacks. 8 4 … … 10 6 * [/wiki/Encryption/SSL SSL] (preferred) 11 7 * [/wiki/Encryption/AES AES] (deprecated) 8 9 10 ---- 11 12 You can also use [/wiki/SSH SSH] as transport, which will provide encryption and usually also authentication. 12 13 }}}