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 c2ce7d10c4b43a12befffa5d790379febd0ad18f
parent 8b0bd77b5cf96e50a0c96b79654f669f2f47a762
Author: Sheng <webmaster0115@gmail.com>
Date:   Thu,  9 Nov 2017 16:48:39 +0800

Modified README.md

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -41,4 +41,4 @@ location / { ### Tips * 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. +* Try to use Nginx as 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.