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 2e7818e1c4797d30e139b064e288a04516192557
parent a4eeb775c3fc7dd4223dbf9b2a80f79a87c40f21
Author: Sheng <webmaster0115@gmail.com>
Date:   Thu,  9 Nov 2017 16:41:05 +0800

Added tips

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

diff --git a/README.md b/README.md @@ -37,3 +37,8 @@ location / { proxy_set_header Connection "upgrade"; proxy_set_header Host $host; } +``` + +### 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.