{"id":16167086,"url":"https://github.com/bytes-chaser/eazy-ssh-jsch","last_synced_at":"2025-04-07T05:49:50.105Z","repository":{"id":41420361,"uuid":"509524785","full_name":"bytes-chaser/eazy-ssh-jsch","owner":"bytes-chaser","description":"Eazy SSH implementation over JSch","archived":false,"fork":false,"pushed_at":"2022-07-04T09:20:04.000Z","size":69,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T10:17:07.734Z","etag":null,"topics":["java","jsch","ssh","ssh-client"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bytes-chaser.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":"2022-07-01T16:40:02.000Z","updated_at":"2023-06-28T21:17:23.000Z","dependencies_parsed_at":"2022-09-09T11:02:53.367Z","dependency_job_id":null,"html_url":"https://github.com/bytes-chaser/eazy-ssh-jsch","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/bytes-chaser%2Feazy-ssh-jsch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytes-chaser%2Feazy-ssh-jsch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytes-chaser%2Feazy-ssh-jsch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytes-chaser%2Feazy-ssh-jsch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytes-chaser","download_url":"https://codeload.github.com/bytes-chaser/eazy-ssh-jsch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601483,"owners_count":20964864,"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":["java","jsch","ssh","ssh-client"],"created_at":"2024-10-10T03:05:55.573Z","updated_at":"2025-04-07T05:49:50.078Z","avatar_url":"https://github.com/bytes-chaser.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eazy-ssh-jsch\nEazy SSH implementation over JSch\n\n## Adding dependency\n### Maven\n```xml\n\u003c!-- https://mvnrepository.com/artifact/io.github.bytes-chaser/eazy-ssh-jsch --\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.bytes-chaser\u003c/groupId\u003e\n    \u003cartifactId\u003eeazy-ssh-jsch\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n### Gradle\n```gradle\n// https://mvnrepository.com/artifact/io.github.bytes-chaser/eazy-ssh-jsch\nimplementation 'io.github.bytes-chaser:eazy-ssh-jsch:1.0.0'\n```\n### Usage \nUse the [core project \"usage\" section](https://github.com/bytes-chaser/eazy-ssh-core/blob/main/README.md#usage) for full usage reference.\nThe only step that may vary is [setting the context SSH implementation](https://github.com/bytes-chaser/eazy-ssh-core/blob/main/README.md#set-it-up).\nThese library intended to Use *JSch* SSH implementation\n```java\n        // New context with defaults\n        ESSHContext context = new ESSHContextImpl();\n        context.setHost(host);\n        context.setUser(user);\n        context.setPass(pass);\n        \n        // registers client and parser in the context\n        ESSHContext context = context\n            .register(SimpleClient.class)\n            .parser(MemoryInfo.class, new MemoryInfoParser())\n            .create(Jsch::new)\n```\n\n## Credits\nSpecial thanks to [JCraft](http://www.jcraft.com/contact.html ), that started JSch project\nand [Matthias Wiedemann](https://github.com/mwiede) for creating [fork for JSch](https://github.com/mwiede/jsch) and continuous support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytes-chaser%2Feazy-ssh-jsch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytes-chaser%2Feazy-ssh-jsch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytes-chaser%2Feazy-ssh-jsch/lists"}