Changes between Version 7 and Version 8 of Clients/HTML5
- Timestamp:
- 10/15/15 15:15:47 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clients/HTML5
v7 v8 12 12 You can then point your browser to [http://localhost:10000/] and the xterm should appear in your browser window. 13 13 14 Note: you probably want to add [/wiki/Authentication authentication], etc. 15 16 This client is still a work in progress, see #473 and #850. 14 This client is still a work in progress, see #473, #850, #1005. 17 15 }}} 18 16 … … 26 24 {{{ 27 25 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 26 $ xpra start --bind-tcp=0.0.0.0:10000 --start=xterm --html=on \ 27 --auth=file --password-file=./password.txt 29 28 }}} 30 29 As user {{{test}}}, you can then connect with the following URL: … … 37 36 = Encryption = 38 37 39 The following commands , which should be self-explanatory,will setup an HTML5 server with AES encryption and password authentication then launch a browser and connect to it:38 The following commands will setup an HTML5 server with AES encryption and password authentication then launch a browser and connect to it: 40 39 {{{ 41 40 PASSWORD=YOURPASSWORD