webssh VS tributary

Compare webssh vs tributary and see what are their differences.

tributary

Streaming reactive and dataflow graphs in Python (by timkpaine)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
webssh tributary
5 3
4,231 23
- -
4.2 6.7
3 months ago 3 months ago
Python Python
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

webssh

Posts with mentions or reviews of webssh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-26.
  • Manipulate file input to post to Python's WebSSH server?
    1 project | /r/Python | 31 Mar 2023
    I'm trying to be able to automatically connect to SSH in the browser via just a URL. I've got https://github.com/huashengdun/webssh running, and I can pass a lot of it via query parameters, except the private key.
  • I need help executing ssh commands in nodejs (vanilla javascript)
    1 project | /r/learnjavascript | 26 Jun 2022
    I am creating a web application where i want to open ssh terminal (https://github.com/huashengdun/webssh) with an event listener on frontend and spawn() method in backend nodejs. I built an api to trigger that command from front-end but the problem is that the it's returning stderr which is fine but how can i handle that in my frontend as i want to show the terminal in but my api is not giving any response. Is there any other way to make this script.

    This is my nodejs file where i am passing data from axios and executing the wssh command to start the webssh.

    const child = spawn('wssh', [\${body.cert_option}`, `${body.key_option}`, `--log-file-prefix=/var/www/html/myPanel/logs/terminal.log`]); child.stdout.on('data', (data) => { console.log(`stdout: ${data}`); return res.status(500).json({ success: 0, data: data }); }) child.stderr.on('data', (data) => { console.log(`stderr: ${data}`); return res.status(200).json({ success: 1, data: data }); }); child.on('error', (error) => { console.log(`error: ${error}`); return res.status(500).json({ success: 0, message: "SSH connection error", error: error }); }); child.on('exit', (code, signal) => { if (code) { console.log(`child process exited with code ${code}`); } if (signal) { console.log(`child process exited with signal ${signal}`); } }); });`

    PS: my project is not completely on nodejs, only the api.

    So here is something i want to create like this (source: aapanel):

    https://preview.redd.it/203hx6mzpy791.png?width=1349&format=png&auto=webp&s=d5cbbf22fe0d4cf4e6b7566d45f8d1957798ba8a

  • Forwarding SSH via ALB
    1 project | /r/aws | 23 Nov 2021
    As mentioned by others, this isn't a good but is doable. Here is how: * install https://github.com/huashengdun/webssh on the web servers / applications behind your ALB * add OIDC authentication to the ALB tier for the URL you are exposing the web SSH client under (optional but recommended). This limits access to the web client
  • Any web ssh client working on arm?
    4 projects | /r/selfhosted | 26 Jul 2021
    Perhaps WebSSH?
  • WebSSH: A simple web application to be used as an SSH client
    1 project | news.ycombinator.com | 17 Apr 2021

tributary

Posts with mentions or reviews of tributary. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-15.

What are some alternatives?

When comparing webssh and tributary you can also consider the following projects:

Sshwifty - Web SSH & Telnet (WebSSH & WebTelnet client) 🔮

lazy-table - A python-tabulate wrapper for producing tables from generators

django-hurricane - Hurricane is an initiative to fit Django perfectly with Kubernetes.

koila - Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.

MeshCentral - A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.

asyncauth - A powerful, simple, and async security library for Sanic. [Moved to: https://github.com/sunset-developer/sanic-security]

KeyBox - Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.

datajob - Build and deploy a serverless data pipeline on AWS with no effort.

Tornado-SQLAlchemy - SQLAlchemy support for Tornado

plugin.video.sendtokodi - :tv: plays various stream sites on kodi using youtube-dl

memoize - Caching library for asynchronous Python applications.

amyrose - A powerful, simple, and async authentication and authorization library for Sanic. [Moved to: https://github.com/sunset-developer/asyncauth]