Commit d817f81b by Sheng

Updated README.md

parent 76345758
...@@ -11,6 +11,7 @@ A simple web application to be used as an ssh client to connect to your ssh serv ...@@ -11,6 +11,7 @@ A simple web application to be used as an ssh client to connect to your ssh serv
* Encrypted keys supported. * Encrypted keys supported.
* Fullscreen terminal supported. * Fullscreen terminal supported.
* Terminal window resizable. * Terminal window resizable.
* Compatible with Python 2.7-3.6.
### Install dependencies ### Install dependencies
``` ```
...@@ -56,6 +57,3 @@ location / { ...@@ -56,6 +57,3 @@ location / {
### Tips ### Tips
* If you want to run it in a production server, please disable debug mode, set debug as False in settings. * 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. * 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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment