Updated version

This commit is contained in:
Sheng
2018-08-10 13:45:01 +08:00
parent 169286586f
commit d38453fd0b
4 changed files with 10 additions and 9 deletions
+4 -4
View File
@@ -17,7 +17,7 @@ A simple web application to be used as an ssh client to connect to your ssh serv
* Fullscreen terminal supported.
* Terminal window resizable.
* Auto detect system default encoding.
* Compatible with Python 2.7-3.6.
* Compatible with Python 2.7-3.7.
### Instructions
```
@@ -27,13 +27,13 @@ wssh
### Options
```
# configure listen address and port
# listen address and port
wssh --address='0.0.0.0' --port=8000
# configure missing host key policy
# missing host key policy
wssh --policy=reject
# configure logging level
# logging level
wssh --logging=debug
# log to file