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 21d3f9bd7f234838b8c284a1400d572688f61b18
parent 704d2b68e667d536b5d6c7707702b4a5ac268750
Author: Sheng <webmaster0115@gmail.com>
Date:   Sun,  9 Sep 2018 15:41:28 +0800

Updated version

Diffstat:
MREADME.md | 2+-
MREADME.rst | 2+-
Mwebssh/_version.py | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -71,7 +71,7 @@ wssh --help // connect to your ssh server wssh.connect(hostname, port, username, password, privatekey); -// define a object for wssh +// pass an object to wssh.connect var opts = { hostname: 'hostname', port: 'port', diff --git a/README.rst b/README.rst @@ -76,7 +76,7 @@ Use console // connect to your ssh server wssh.connect(hostname, port, username, password, privatekey); - // define a object for wssh + // pass an object to wssh.connect var opts = { hostname: 'hostname', port: 'port', diff --git a/webssh/_version.py b/webssh/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (0, 4, 0) +__version_info__ = (0, 4, 1) __version__ = '.'.join(map(str, __version_info__))