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 f52b2f51564b30b7f0416e1295e13cb2413127ea
parent 1f835f5a70216c2b65c4ad9433e02c782c43deaf
Author: Sheng <webmaster0115@gmail.com>
Date:   Fri, 19 Oct 2018 18:55:20 +0800

Updated README

Diffstat:
MREADME.md | 5++++-
MREADME.rst | 5++++-
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -50,9 +50,12 @@ A simple web application to be used as an ssh client to connect to your ssh serv ### Server options ```bash -# listen address and port +# start a http server with specified listen address and listen port wssh --address='0.0.0.0' --port=8000 +# start a https server +wssh --certfile='cert.crt' --keyfile='cert.key' + # missing host key policy wssh --policy=reject diff --git a/README.rst b/README.rst @@ -55,9 +55,12 @@ Server options .. code:: bash - # listen address and port + # start a http server with specified listen address and listen port wssh --address='0.0.0.0' --port=8000 + # start a https server + wssh --certfile='cert.crt' --keyfile='cert.key' + # missing host key policy wssh --policy=reject