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.
- Versions: 1.6.2
- Website: https://webssh.huashengdun.org/
- Licenses: Expat
- Package source: gnu/packages/ssh.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]