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 51d527fe75a62aed239126a6697749a30baecb30
parent 884ac27d5cbe9fd272588c5ab607d1b45a7489a1
Author: Sheng <webmaster0115@gmail.com>
Date:   Sun, 12 Apr 2020 21:25:21 +0800

Fixed typo

Diffstat:
Mwebssh/handler.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webssh/handler.py b/webssh/handler.py @@ -438,7 +438,7 @@ class IndexHandler(MixinHandler, tornado.web.RequestHandler): if result: return result - logging.warning('Could not detect the default ecnoding.') + logging.warning('Could not detect the default encoding.') return 'utf-8' def ssh_connect(self, args):