| 18 | |
| 19 | |
| 20 | {{{#!div class="box" |
| 21 | = Password Authentication = |
| 22 | |
| 23 | You can use authentication by supplying the values on the URL. |
| 24 | |
| 25 | Connecting to a server started with: |
| 26 | {{{ |
| 27 | echo -n 123456 > ./password.txt |
| 28 | $ xpra start --bind-tcp=0.0.0.0:10000 --start-child=xterm --password-file=./password.txt --auth=file --html=on |
| 29 | }}} |
| 30 | As user {{{test}}}, you can then connect with the following URL: |
| 31 | {{{ |
| 32 | http://localhost:10000/index.html?username=antoine&password=123456 |
| 33 | }}} |
| 34 | |
| 35 | Using AES encryption is also possible, but not documented - sorry! |
| 36 | }}} |