Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)