Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 462 Bytes

File metadata and controls

37 lines (27 loc) · 462 Bytes

ssh-ify

A lightweight, standalone SSH Websocket server written in Go.

Install

go install github.com/FreeNetLabs/ssh-ify@latest

Configure

Create a config.json in the same directory:

{
  "address": "0.0.0.0",
  "port": 80,
  "banner": "Welcome to ssh-ify!\n",
  "users": [
    {
      "user": "admin",
      "pass": "secret"
    }
  ]
}

Run

ssh-ify

License

See the LICENSE file for details.