{"id":17252185,"url":"https://github.com/eagletmt/libssh-ruby","last_synced_at":"2026-03-17T16:15:03.823Z","repository":{"id":56881130,"uuid":"49815830","full_name":"eagletmt/libssh-ruby","owner":"eagletmt","description":"Ruby binding for libssh","archived":false,"fork":false,"pushed_at":"2023-05-23T03:13:55.000Z","size":98,"stargazers_count":14,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-28T15:37:01.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eagletmt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-01-17T12:13:15.000Z","updated_at":"2021-12-02T13:49:12.000Z","dependencies_parsed_at":"2025-04-14T06:04:27.400Z","dependency_job_id":"4ff45ff4-f02a-4705-973e-ea1fb5f0fa95","html_url":"https://github.com/eagletmt/libssh-ruby","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/eagletmt/libssh-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Flibssh-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Flibssh-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Flibssh-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Flibssh-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eagletmt","download_url":"https://codeload.github.com/eagletmt/libssh-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Flibssh-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30626948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T06:53:15.710Z","updated_at":"2026-03-17T16:15:03.807Z","avatar_url":"https://github.com/eagletmt.png","language":"C","readme":"# LibSSH\n[![Gem Version](https://badge.fury.io/rb/libssh.svg)](https://badge.fury.io/rb/libssh)\n[![Build Status](https://travis-ci.org/eagletmt/libssh-ruby.svg?branch=master)](https://travis-ci.org/eagletmt/libssh-ruby)\n\nRuby binding for [libssh](https://www.libssh.org/) .\n\n## Stability\n\nUnder development\n\n## Requirement\n\n- libssh \u003e= 0.6.0\n    - ed25519 keys support is available from [libssh 0.7.0](https://www.libssh.org/2015/05/11/libssh-0-7-0/).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'libssh'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install libssh\n\n## Usage\n\nSee [example](example) directory.\n\n### With SSHKit\n\nSee [example/sshkit.rb](example/sshkit.rb) .\n\n### With Capistrano\nsshkit must be v1.9.0 or later due to [SSHKit::Backend::ConnectionPool API change](https://github.com/capistrano/sshkit/releases/tag/v1.9.0.rc1).\n\n```ruby\nrequire 'sshkit/backends/libssh'\nset :sshkit_backend, SSHKit::Backend::Libssh\n```\n\n## Documentation\nhttp://www.rubydoc.info/github/eagletmt/libssh-ruby\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/eagletmt/libssh-ruby.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feagletmt%2Flibssh-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feagletmt%2Flibssh-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feagletmt%2Flibssh-ruby/lists"}