Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marceldobehere/goofy-web-ssh-client
a web client to ssh into servers that offer ssh over websockets
https://github.com/marceldobehere/goofy-web-ssh-client
client css html js libssh2 ssh web websocket websockets xterm
Last synced: 7 days ago
JSON representation
a web client to ssh into servers that offer ssh over websockets
- Host: GitHub
- URL: https://github.com/marceldobehere/goofy-web-ssh-client
- Owner: marceldobehere
- License: agpl-3.0
- Created: 2024-04-04T19:29:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T21:19:01.000Z (6 months ago)
- Last Synced: 2024-05-08T22:30:05.136Z (6 months ago)
- Topics: client, css, html, js, libssh2, ssh, web, websocket, websockets, xterm
- Language: CSS
- Homepage:
- Size: 438 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goofy Web SSH client (Websocket)
A web based client for ssh over websockets.
Meant to be used as a web alternative for the [Goofy Websocket SSH Client](https://github.com/marceldobehere/Goofy-SSH) and used with the [Goofy Websocket Socket Bridge](https://github.com/marceldobehere/Goofy-Websocket-Socket-Bridge).
You can statically host the site or just download and open it locally.
NOTE: If you want to be able to access normal (`ws://`) websockets, you **cannot** host this site using https, because it will be blocked! If it is hosted on https it will only work with secure websockets (`wss://`).
## Screenshot
![Example](./images/logged%20in.PNG)## Thanks to
* [libssh2.js](https://github.com/sitepi/libssh2.js)
* [xterm.js](https://github.com/xtermjs/xterm.js)