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 d6083a9608a5e2f7a95b224b93bbf2830ae8eda9
parent 221bd81583a4078480687acba6d532e038306f40
Author: Sheng <webmaster0115@gmail.com>
Date:   Thu, 15 Mar 2018 01:13:35 +0800

Updated README.md

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

diff --git a/README.md b/README.md @@ -29,6 +29,9 @@ python main.py --address='0.0.0.0' --port=8000 # configure logging level python main.py --logging=debug +# configure missing host key policy +python main.py --policy=warning + # log to file python main.py --log-file-prefix=main.log