Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lanseyujie/wssh
- Owner: lanseyujie
- License: mit
- Created: 2019-09-10T19:40:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T12:14:48.000Z (7 months ago)
- Last Synced: 2024-06-20T02:08:41.551Z (5 months ago)
- Topics: golang, ssh, webshell, websocket, xterm
- Language: Go
- Homepage:
- Size: 163 KB
- Stars: 15
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```