webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit 8b0bd77b5cf96e50a0c96b79654f669f2f47a762
parent 2e7818e1c4797d30e139b064e288a04516192557
Author: Sheng <webmaster0115@gmail.com>
Date:   Thu,  9 Nov 2017 16:45:05 +0800

Modified README.md

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -40,5 +40,5 @@ location / { ``` ### Tips -* If you want to run it in production server, please disable debug mode, set debug as False in settings. -* Try to use Nginx a front web server and enable HTTPS, this will prevent your ssh credentials from being uncovered. Also the communication between your browser and the web server will be encrypted as they use secured websockets. +* If you want to run it in a production server, please disable debug mode, set debug as False in settings. +* Try to use Nginx a front web server (see config example above) and enable HTTPS, this will prevent your ssh credentials from being uncovered. Also the communication between your browser and the web server will be encrypted as they use secured websockets.