Commit 71029938 by Sheng

Updated README.md

parent a4724a84
...@@ -33,6 +33,10 @@ $ python main.py --log-file-prefix=main.log ...@@ -33,6 +33,10 @@ $ python main.py --log-file-prefix=main.log
$ python main.py --help $ python main.py --help
``` ```
### SSH authentication methods
* Password authentication. Username is required, password not required.
* Public-key authentication. DSA RSA ECDSA Ed25519 keys are supported. Keys also can be encrypted.
### Nginx config example for running this app behind an nginx server ### Nginx config example for running this app behind an nginx server
``` ```
location / { location / {
......
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