webssh

Web based ssh client

MIT License

Downloads
3.9K
Stars
4.5K
Committers
16

Bot releases are hidden (Show)

webssh - Latest Release

Published by huashengdun over 1 year ago

webssh -

Published by huashengdun almost 2 years ago

webssh -

Published by huashengdun over 2 years ago

webssh -

Published by huashengdun about 4 years ago

Fixed

  • Not checking if channel is closed when error occurs while sending data.
  • Unable to run on windows with Python 3.8+.
webssh -

Published by huashengdun over 4 years ago

Added

  • support for Python 3.8
  • two more options

Changed

  • Use utf-8 as the default one when the program fails to detect the default encoding of the ssh server.
webssh -

Published by huashengdun over 4 years ago

Fix

  • A bug of parsing url arguments when a value contains an equal sign.

Improvement

  • Custom font configuration.

Add

  • An option for specifying the default character encoding instead of detecting the encoding of every ssh server being connected.
webssh -

Published by huashengdun almost 5 years ago

Add or Update

  • Upgraded to xterm.js 4.2.0
  • Added support for openssh new format key
  • Added support for link scope ipv6 address
  • Changed default listening address

Fix

  • Fixed detecting the ssh server's encoding set by the user
  • Fixed showing some error messages by changing "wrong password" into "wrong passphrase"
webssh -

Published by huashengdun about 5 years ago

Enhance

  • Produce all the validation errors together.
  • Hide the form when connecting to a ssh server if the form data is passed by url.
webssh -

Published by huashengdun about 5 years ago

Add

  • Support passing a command via url to be executed after login.

Change

  • Password passed via url requires to be encoded in base64.
webssh -

Published by huashengdun over 5 years ago

Add

  • Support 2FA (time based one time password).

Improve

  • Robustness of parsing private keys.
webssh -

Published by huashengdun over 5 years ago

Add

  • Support using custom font family.

Improve

  • Efficiency of parsing private keys.
webssh -

Published by huashengdun over 5 years ago

Add

  • Support passing various arguments by url.
webssh -

Published by huashengdun over 5 years ago

Update

  • Update xterm.js to version 3.12.2
webssh -

Published by huashengdun over 5 years ago

Add

  • Support docker.

Fix

  • Websocket error when index url contains a query string.
webssh -

Published by huashengdun over 5 years ago

Update

  • Support tornado 6.0.x
webssh -

Published by huashengdun over 5 years ago

Update

  • Use ThreadPoolExecutor to limit concurrent connections.
  • Support tornado 6.0.0.
webssh -

Published by huashengdun over 5 years ago

Add

  • Support CORS

Update

  • Update xterm.js to the latest version 3.11.0
  • Update bootstrap to the latest version 4.3.0

Version

  • jquery.min.js 3.3.1
  • popper.js 1.14.7
  • bootstrap.min.js 4.3.0
  • xterm.min.js 3.11.0
  • fullscreen.min.js 3.11.0
webssh -

Published by huashengdun over 5 years ago

Add

  • Support cross origin iframe connection.
webssh -

Published by huashengdun almost 6 years ago

Add

  • Added an option maxconn for limiting connections for every single client determined by the ip address.
webssh -

Published by huashengdun almost 6 years ago

Fix

  • Stop storing plain text password in local storage.

Add

  • Added an option xsrf for toggling this feature.
  • Added more unit tests.