https://github.com/lanseyujie/wssh
a ssh to websocket bridge
https://github.com/lanseyujie/wssh
golang ssh webshell websocket xterm
Last synced: about 2 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T23:58:15.000Z (6 months ago)
- Last Synced: 2025-04-15T01:53:36.718Z (about 2 months ago)
- Topics: golang, ssh, webshell, websocket, xterm
- Language: Go
- Homepage:
- Size: 167 KB
- Stars: 18
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wssh
[](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

## 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")
```