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 fea58f762bf47782839aca916bfa2d2343df7798
parent bc1f4997f2480a992cbe3026b93407fc6ef36b44
Author: Sheng <webmaster0115@gmail.com>
Date:   Tue, 27 Feb 2018 07:09:57 +0800

Updated README.md

Diffstat:
MREADME.md | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -51,5 +51,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 as a front web server (see config example above) and enable SSL, this will prevent your ssh credentials from being uncovered. Also afterwards the communication between your browser and the web server will be encrypted as they use secured websockets.