Changes between Version 6 and Version 7 of Clients/HTML5
- Timestamp:
- 10/15/15 15:13:29 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clients/HTML5
v6 v7 44 44 echo -n $AES_KEY > aes.txt 45 45 xpra start :10 --bind-tcp=0.0.0.0:10000 --html=on --start=xterm \ 46 --auth=file --password-file= password.txt \47 --tcp-encryption=AES --tcp-encryption-keyfile= ./aes.txt46 --auth=file --password-file=`pwd`/password.txt \ 47 --tcp-encryption=AES --tcp-encryption-keyfile=`pwd`/aes.txt 48 48 sleep 5 49 49 xdg-open "http://localhost:10000/index.html?username=$USER&password=$PASSWORD&encryption=AES&key=$AES_KEY"