This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:security:start [2012/02/20 09:50] morty [Solution for privacy] |
wiki:security:start [2014/01/08 10:20] (current) sunweaver [SQLite] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~NOTOC~~ | ||
| + | ====== Thoughts on Security ====== | ||
| + | ===== Session Database Backends ===== | ||
| + | ==== PostgreSQL ==== | ||
| - | ====== Database Access ====== | ||
| - | ===== Postgres ===== | ||
| - | < | ||
| - | ===== SQLite | + | * In X2Go Server versions prior to 4.0.1.12 (or 4.0.0.10 for the Baikal LTS release branch), there used to be a [[http:// |
| - | < | + | |
| + | |||
| + | ==== SQLite ==== | ||
| + | |||
| + | * In X2Go Server versions prior to 4.0.1.12 (or 4.0.0.10 for the Baikal LTS release branch), there used to be a [[http:// | ||
| | | ||
| - | ====== | + | ====== |
| <note important> | <note important> | ||
| Line 43: | Line 49: | ||
| * Currently Pulse-Audio authentication using a cookie-file is used. | * Currently Pulse-Audio authentication using a cookie-file is used. | ||
| * No option of encryption, but can be tunneled via SSH. | * No option of encryption, but can be tunneled via SSH. | ||
| - | * When using the TCE the client has only one user. Therefore the following user may get sounds from the previous, suspended user. | + | * When using the TCE the client has only one user. Therefore the following user may get sounds from the previous, suspended user, if not tunneling pulseaudio. |
| ===== Solution for privacy ===== | ===== Solution for privacy ===== | ||
| Line 54: | Line 60: | ||
| Morty: I looked into this recently (End of 2011). Unfortunately, | Morty: I looked into this recently (End of 2011). Unfortunately, | ||
| - | ====== | + | ====== |
| - | + | ||
| - | * x2goagent/ | + | |
| + | * [[http:// | ||
| + | * Now, only for XDMCP session the listening port 6050+ is opened (otherwise XDMCP queries do fail) | ||
| + | * If people need x2goagent listening on TCP, it can also be re-enabled in ''/ | ||
| + | | ||