This package browser is in early development. Mind the rough edges.

webssh

Web application to be used as an SSH client

This package provides a web application to be used as an SSH client.

Features:

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

  • Fullscreen terminal supported.

  • Terminal window resizable.

  • Auto detect the ssh server's default encoding.

  • Modern browsers are supported.

Installation

Install the latest version of webssh as follows:

guix install webssh

Or install a particular version:

guix install webssh@1.6.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of webssh about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/webssh'><img src='https://packages.guix.gnu.org/packages/webssh/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/webssh/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/webssh)

Example Org:

[[https://packages.guix.gnu.org/packages/webssh][https://packages.guix.gnu.org/packages/webssh/badges/latest-version.svg]]