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 71029938ed9bfb05f4f1cc3363b90b112aac6852
parent a4724a84673ae6c97a1e26af21a761d3b15e87be
Author: Sheng <webmaster0115@gmail.com>
Date:   Tue,  6 Feb 2018 19:48:53 +0800

Updated README.md

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

diff --git a/README.md b/README.md @@ -33,6 +33,10 @@ $ python main.py --log-file-prefix=main.log $ 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 ``` location / {