{"id":16253445,"url":"https://github.com/petarov/java-panama-ssh2","last_synced_at":"2025-08-23T05:11:28.046Z","repository":{"id":145976308,"uuid":"190873599","full_name":"petarov/java-panama-ssh2","owner":"petarov","description":"Java SSH client using libssh2 through project Panama","archived":false,"fork":false,"pushed_at":"2019-06-09T13:34:49.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T07:11:11.047Z","etag":null,"topics":["java","java-panama","jni-java","libssh2","ssh","ssh-client"],"latest_commit_sha":null,"homepage":"https://dev.to/petarov/java-and-native-code-in-openjdk-13-18em","language":"Java","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/petarov.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-08T10:14:58.000Z","updated_at":"2024-05-02T21:23:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"c02fa533-fe28-4b75-833c-9c079afd9dee","html_url":"https://github.com/petarov/java-panama-ssh2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/petarov/java-panama-ssh2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petarov%2Fjava-panama-ssh2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petarov%2Fjava-panama-ssh2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petarov%2Fjava-panama-ssh2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petarov%2Fjava-panama-ssh2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petarov","download_url":"https://codeload.github.com/petarov/java-panama-ssh2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petarov%2Fjava-panama-ssh2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745492,"owners_count":24813503,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["java","java-panama","jni-java","libssh2","ssh","ssh-client"],"created_at":"2024-10-10T15:17:25.520Z","updated_at":"2025-08-23T05:11:28.026Z","avatar_url":"https://github.com/petarov.png","language":"Java","readme":"java-panama-ssh2\n===================\n\nA simple Java SSH2 client using the native [libssh2](https://www.libssh2.org) library and JDK 13 [Project Panama.\n ](https://openjdk.java.net/projects/panama/)\n \nNOTE: This is an experimental project. Stability is not guaranteed.\n\n## Install\n\nThe client has been tested on macOS and Linux. It should also be possible to run it on Windows, however, no work has been done in that direction. PRs are welcome!\n\nInstall `libssh2`. \n\n  * macOS - `brew install libssh2`\n  * CentOS - `yum install libssh2.x86_64 libssh2-devel.x86_64`\n\nGet the latest Panama [JDK build](http://jdk.java.net/panama/). \n \nOpen a console shell and configure the `JAVA_HOME` var to point to JDK 13.\n \nGenerate the required Java interfaces from the native libssh2 headers:\n    \n    ./gen_bindings.sh\n\n## Run\n    \nTo compile and run use:\n\n    ./run.sh [-p|-k] hostname port username [path to ssh keys]\n    \n  * `-p` uses a password login. You'll be prompted to enter your password.\n  * `-k` uses a public key login. You'll need to specify the path to your keys, e.g., `~/.ssh`.\n  \n## License\n\nMIT","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetarov%2Fjava-panama-ssh2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetarov%2Fjava-panama-ssh2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetarov%2Fjava-panama-ssh2/lists"}