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 d817f81b38866507e94361e404e89866abbce3a0
parent 763457580fbf33abca206d6e494c60c1681afee4
Author: Sheng <webmaster0115@gmail.com>
Date:   Wed,  7 Feb 2018 07:52:54 +0800

Updated README.md

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

diff --git a/README.md b/README.md @@ -11,6 +11,7 @@ A simple web application to be used as an ssh client to connect to your ssh serv * Encrypted keys supported. * Fullscreen terminal supported. * Terminal window resizable. +* Compatible with Python 2.7-3.6. ### Install dependencies ``` @@ -56,6 +57,3 @@ 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. - -### Python version -Compatible with Python 2.7-3.6.