Is there any package for HTML5 SSH for OpenWrt?

I really like web based HTML5 SSH for managing VPS, is there any similar package for OpenWRT for using SSH in a browser?

There is no such package available in OpenWrt. I came across this py package http://liftoff.github.io/GateOne/About/index.html but cannot get it to work

File "/usr/lib/python3.7/site-packages/gateone/core/server.py", line 404
    from gateone.async import MultiprocessRunner, ThreadedRunner
                     ^
SyntaxError: invalid syntax

Unfortunately the project seems abandoned and the aforementioned error happens with async turned into a protected keyword as of py 3.7

Wrong, there is apparently ttyd https://github.com/tsl0922/ttyd available as package, if that is what you are looking for.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.