Skip to content

lanseyujie/wssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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