Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lanseyujie/wssh

a ssh to websocket bridge
https://github.com/lanseyujie/wssh

golang ssh webshell websocket xterm

Last synced: about 4 hours ago
JSON representation

a ssh to websocket bridge

Awesome Lists containing this project

README

        

# wssh

[![Go](https://github.com/lanseyujie/wssh/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/lanseyujie/wssh/actions/workflows/go.yml)

wssh is an ssh to websocket bridge that lets you invoke a remote shell using nothing but HTTP.

## Screenshot

![screenshot](screenshot.png)

## Install

```shell
go install github.com/lanseyujie/wssh/cmd/wssh@latest
```

## Usage

```shell
-P int
ssh port (default 22333)
-h string
ssh host (default "localhost")
-help
this help
-i string
private key file path
-l int
web listen port (default 8022)
-p string
ssh or private key password
-u string
ssh user (default "root")
```