Webssh Versions Save

:seedling: Web based ssh client

v1.6.2

11 months ago

v1.6.1

1 year ago

v1.6.0

1 year ago

v1.5.3

3 years ago

Fixed

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

v1.5.2

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.

v1.5.1

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.

v1.5.0

4 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"

v1.4.5

4 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.

v1.4.2

4 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.

v1.4.0

4 years ago

Add

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

Improve

  • Robustness of parsing private keys.