Skip to content

FreeNetLabs/ssh-ify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-ify

A lightweight, standalone SSH server and tunneler written in Go.

Install

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

Configure

Create a config.json in the same directory:

{
  "listen_address": "0.0.0.0",
  "listen_port": 80,
  "banner": "Welcome to ssh-ify!\n",
  "users": [
    {
      "username": "admin",
      "password": "secret"
    }
  ]
}

Run

ssh-ify

License

See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages