0.0
No commit activity in last 3 years
No release in over 3 years
SSH on the Ruby platform using event driven IO
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.8
< 5, >= 3.2.2
~> 4.1
 Project Readme

Evented SSH

evented-ssh is a net-ssh adapter for Libuv. For the most part you can take any net-ssh code you have and run it in the Libuv reactor.

It runs almost entirely on net-ssh code, replacing parts of the transport and using futures in place of IO select calls.

Installation

gem install evented-ssh