Hi Guys,
I started working on binding the libssh lib in Crystal, this would give the developer a way to spin up an ssh server, and also ssh clients.
Right now the very early begging of the code sits here: https://github.com/bararchy/crystal_ssh
It's a conversion to Crystal from my half made Ruby project that was suppose to do the same --> https://github.com/bararchy/SSHSocket
If anyone wants to help, PR's are welcome :)
Thanks,