HrrRbSsh

Build Status Maintainability Test Coverage Gem Version

hrr_rb_ssh is a pure Ruby SSH 2.0 server implementation.

Installation

Add this line to your application's Gemfile:

gem 'hrr_rb_ssh'

And then execute:

$ bundle

Or install it yourself as:

$ gem install hrr_rb_ssh

Usage

The demo/server.rb shows a good example on how to use the hrr_rb_ssh library in SSH server mode.

Supported Features

Now only server mode and login shell is working.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/hirura/hrr_rb_ssh. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Code of Conduct

Everyone interacting in the HrrRbSsh project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

License

The gem is available as open source under the terms of the Apache License 2.0.