tributary VS webssh

Compare tributary vs webssh and see what are their differences.

tributary

Streaming reactive and dataflow graphs in Python (by timkpaine)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
tributary webssh
3 5
23 4,231
- -
6.7 4.2
3 months ago 3 months ago
Python Python
Apache License 2.0 MIT License
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.

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.

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

What are some alternatives?

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

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

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

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

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

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

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.

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

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.

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

Tornado-SQLAlchemy - SQLAlchemy support for Tornado

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

memoize - Caching library for asynchronous Python applications.