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 6be01b94b65b1d85a33c25b739f7e992695f8a8f
parent f2c9766c656bb69fa23f5f4d44c78820b6993638
Author: CHunter <radio@must-die.ru>
Date:   Thu, 13 Feb 2020 22:59:31 +0300

additional help description

For the --encode option

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)