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:
{
"listen_address": "0.0.0.0",
"listen_port": 80,
"banner": "Welcome to ssh-ify!\n",
"users": [
{
"username": "admin",
"password": "secret"
}
]
}ssh-ifySee the LICENSE file for details.