A lightweight, standalone SSH server and tunneler written in Go.
go install github.com/FreeNetLabs/ssh-ify@latestCreate a config.json in the same directory:
{
"addr": "0.0.0.0",
"port": 80,
"banner": "Welcome to ssh-ify!\n",
"users": [
{
"user": "admin",
"pass": "secret"
}
]
}ssh-ifySee the LICENSE file for details.