{"id":17680788,"url":"https://github.com/bararchy/sshsocket","last_synced_at":"2025-08-11T21:41:01.794Z","repository":{"id":23746957,"uuid":"27120970","full_name":"bararchy/SSHSocket","owner":"bararchy","description":"A Ruby impelementaiotn of the SSH Server Side Protocol using ffi ","archived":false,"fork":false,"pushed_at":"2025-04-28T15:32:56.000Z","size":27,"stargazers_count":10,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T16:32:18.801Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/bararchy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-25T10:37:42.000Z","updated_at":"2023-10-14T19:34:29.000Z","dependencies_parsed_at":"2022-07-27T04:17:16.750Z","dependency_job_id":null,"html_url":"https://github.com/bararchy/SSHSocket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2FSSHSocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2FSSHSocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2FSSHSocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2FSSHSocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bararchy","download_url":"https://codeload.github.com/bararchy/SSHSocket/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253837452,"owners_count":21971984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-24T09:08:50.725Z","updated_at":"2025-05-12T23:10:55.462Z","avatar_url":"https://github.com/bararchy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"SSHSocket\n=========\n\nA Ruby impelementaiotn of the SSH Server Side Protocol using ffi \n\nUsage:\n\n```ruby\nrequire 'sshsocket'\n\nsock = SSHSocket::Socket.new(rsakey: '/path/to/ssh_host_rsa_key', \n\t\t\t   \t\t dsakey: '/path/to/ssh_host_dsa_key',\n\t\t\t   \t\t password: 'test',\n\t\t\t   \t\t user: 'test',\n\t\t\t   \t\t port: '5555',\n\t\t\t   \t\t listen_address: '0.0.0.0',\n\t\t\t   \t\t banner: 'my_SSH',\n\t\t\t   \t\t timeout: \"300\")\nsock.listen\nsock.close\n```\n Licensed under: The MIT License (MIT)\n\nThanks: \n* @ik5 (idokan@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbararchy%2Fsshsocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbararchy%2Fsshsocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbararchy%2Fsshsocket/lists"}