wssh icon indicating copy to clipboard operation
wssh copied to clipboard

a ssh to websocket bridge

wssh

Go

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

Screenshot

screenshot

Install

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

Usage

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