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 28fbf40aba1c63e49daf6e8bbc5eae081111702e
parent 090e2e7f87915959d25b4b9512b89f4bff93b151
Author: Sheng <webmaster0115@gmail.com>
Date:   Sun, 15 Sep 2019 08:39:47 +0800

Updated README

Diffstat:
MREADME.md | 5+++++
MREADME.rst | 6++++++
2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -146,6 +146,11 @@ Passing a command executed right after login http://localhost:8888/?command=pwd ``` +Passing a terminal type +```bash +http://localhost:8888/?term=xterm-256color +``` + ### Use Docker Start up the app diff --git a/README.rst b/README.rst @@ -161,6 +161,12 @@ Passing a command executed right after login http://localhost:8888/?command=pwd +Passing a terminal type + +.. code:: bash + + http://localhost:8888/?term=xterm-256color + Use Docker ~~~~~~~~~~