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 3b649c030501b0edab31f19beac570ea1c533bff
parent 651ebe16b5c209711abfc59c53a6b1499ad13340
Author: Sheng <webmaster0115@gmail.com>
Date:   Tue, 10 Dec 2019 17:10:01 +0800

Added a blank space

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

diff --git a/README.md b/README.md @@ -15,7 +15,7 @@ A simple web application to be used as an ssh client to connect to your ssh serv * SSH password authentication supported, including empty password. * SSH public-key authentication supported, including DSA RSA ECDSA Ed25519 keys. * Encrypted keys supported. -* Two-Factor Authentication(time-based one-time password) supported. +* Two-Factor Authentication (time-based one-time password) supported. * Fullscreen terminal supported. * Terminal window resizable. * Auto detect the ssh server's default encoding. diff --git a/README.rst b/README.rst @@ -17,7 +17,7 @@ Features - SSH public-key authentication supported, including DSA RSA ECDSA Ed25519 keys. - Encrypted keys supported. -- Two-Factor Authentication(time-based one-time password) supported. +- Two-Factor Authentication (time-based one-time password) supported. - Fullscreen terminal supported. - Terminal window resizable. - Auto detect the ssh server's default encoding.