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 763457580fbf33abca206d6e494c60c1681afee4
parent 02fbdab78deed3a11c338b3cec18a5dd757b81f5
Author: Sheng <webmaster0115@gmail.com>
Date:   Wed,  7 Feb 2018 07:50:35 +0800

Updated README.md

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

diff --git a/README.md b/README.md @@ -57,5 +57,5 @@ location / { * 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. -### About Python version -Should work from 2.7 to 3.6, but if you happen to find it does work for a specific python version, please open an issue here. +### Python version +Compatible with Python 2.7-3.6.