webssh

:seedling: Web based ssh client (by huashengdun)

Webssh Alternatives

Similar projects and alternatives to webssh

  • MeshCentral

    194 webssh VS 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.

  • Sshwifty

    19 webssh VS Sshwifty

    Web SSH & Telnet (WebSSH & WebTelnet client) 🔮

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • KeyBox

    6 webssh VS 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.

  • django-hurricane

    Hurricane is an initiative to fit Django perfectly with Kubernetes.

  • tributary

    Streaming reactive and dataflow graphs in Python

  • Tornado-SQLAlchemy

    SQLAlchemy support for Tornado

  • memoize

    Caching library for asynchronous Python applications. (by DreamLab)

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

    InfluxDB logo
  • usernado

    Makes it Easy to Manage Tornado Applications :rocket:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better webssh alternative or higher similarity.

webssh reviews and mentions

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
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 26 Apr 2024
    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. Learn more →

Stats

Basic webssh repo stats
5
4,222
4.2
3 months ago

huashengdun/webssh is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of webssh is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com