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 0afc045f77411575bd0d5d6260a6e553bf3a4321
parent f2c9766c656bb69fa23f5f4d44c78820b6993638
Author: Shengdun Hua <webmaster0115@gmail.com>
Date:   Fri, 14 Feb 2020 07:50:01 +0800

Merge pull request #127 from Chunters/help-update

additional help description
Diffstat:
Mwebssh/settings.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/webssh/settings.py b/webssh/settings.py @@ -47,7 +47,8 @@ define('maxconn', type=int, default=20, help='Maximum live connections (ssh sessions) per client') define('font', default='', help='custom font filename') define('encoding', default='', - help='The default character encoding of ssh servers') + help='''The default character encoding of ssh servers. +Example: --encoding='utf-8' to solve the problem with some switches&routers''') define('version', type=bool, help='Show version information', callback=print_version)