An open API service for producing an overview of a list of open source projects.

https://github.com/hierynomus/sshj

java scp sftp sftp-client ssh ssh-client

Score: 32.77503766435571

Last synced: about 23 hours ago
JSON representation

Repository metadata:

ssh, scp and sftp for java


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 21 days ago

Total Commits: 982
Total Committers: 99
Avg Commits per committer: 9.919
Development Distribution Score (DDS): 0.646

Commits in past year: 16
Committers in past year: 7
Avg Commits per committer in past year: 2.286
Development Distribution Score (DDS) in past year: 0.625

Name Email Commits
Shikhar Bhushan s****r@s****t 348
Jeroen van Erp j****n@h****m 304
David Kocher d****r@s****h 39
David Solin s****d@G****l 36
exceptionfactory e****y@a****g 35
Iger I****s@c****v 27
Vladimir Lagunov v****v@j****m 14
Fabian Henneke F****e 10
stefan s****n@g****n 9
Shikhar Bhushan s****n@e****m 8
Henning Pöttker h****r@g****m 8
Billy Keyes b****s@g****m 6
lguerin l****t@d****r 6
Boris Wachtmeister b****e@g****m 5
Simon Legner S****r@g****m 5
Cyril Ledru c****u@k****t 5
Charles Gould c****d@g****m 5
Jan S j****z 4
João Nelas j****s@g****m 4
Matt Dailey m****1@g****m 4
Raul Santelices r****s@d****m 4
kegelh 1****h 4
Adam Iwaniuk 3****k 3
Olli Helenius l****f@i****i 2
Moritz Weichert m****t@t****e 2
Michael Prankl e****i@g****m 2
Andremoniy a****y@g****m 2
Michiel ten Hagen m****l@k****t 2
Alexey Gromov x****s@k****u 2
Björn Karge b****e@h****m 2
and 69 more...

Issue and Pull Request metadata

Last synced: about 1 month ago

Total issues: 176
Total pull requests: 117
Average time to close issues: 3 months
Average time to close pull requests: about 1 month
Total issue authors: 151
Total pull request authors: 37
Average comments per issue: 2.51
Average comments per pull request: 1.75
Merged pull request: 92
Bot issues: 0
Bot pull requests: 0

Past year issues: 21
Past year pull requests: 31
Past year average time to close issues: 27 days
Past year average time to close pull requests: 6 days
Past year issue authors: 20
Past year pull request authors: 7
Past year average comments per issue: 1.48
Past year average comments per pull request: 0.58
Past year merged pull request: 20
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/hierynomus/sshj

Top Issue Authors

  • dkocher (5)
  • exceptionfactory (3)
  • insinfo (3)
  • ghherlin (3)
  • 2211898719 (3)
  • rasantel (3)
  • BadTrasher (3)
  • hannah23280 (3)
  • ben7am1n (2)
  • cliviu (2)
  • rhuddleston (2)
  • BadKid90s (2)
  • wzd-hash (2)
  • GiantPanda0090 (2)
  • ajit-pawar-sp (2)

Top Pull Request Authors

  • exceptionfactory (33)
  • simon04 (12)
  • hpoettker (7)
  • rasantel (6)
  • dkocher (6)
  • kegelh (5)
  • hierynomus (4)
  • vladimirlagunov (4)
  • martin-volf (2)
  • eshaffer321 (2)
  • ramkumarr (2)
  • PascalSchumacher (2)
  • dmitrysulman (2)
  • BeauJBurroughs (2)
  • EndzeitBegins (2)

Top Issue Labels

  • feature (2)
  • bug (2)
  • improvement (1)
  • undiagnosed (1)

Top Pull Request Labels


Package metadata

repo1.maven.org: com.hierynomus:sshj

SSHv2 library for Java

  • Homepage: https://github.com/hierynomus/sshj
  • Documentation: https://appdoc.app/artifact/com.hierynomus/sshj/
  • Licenses: The Apache License, Version 2.0
  • Latest release: 0.40.0 (published 11 months ago)
  • Last Synced: 2026-03-08T10:02:15.795Z (22 days ago)
  • Versions: 32
  • Dependent Packages: 214
  • Dependent Repositories: 524
  • Docker Downloads: 594,349,245
  • Rankings:
    • Docker downloads count: 0.153%
    • Dependent packages count: 0.374%
    • Dependent repos count: 0.593%
    • Average: 3.231%
    • Stargazers count: 7.076%
    • Forks count: 7.957%
proxy.golang.org: github.com/hierynomus/sshj

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/hierynomus/sshj#section-documentation
  • Licenses: apache-2.0
  • Latest release: v0.40.0 (published 11 months ago)
  • Last Synced: 2026-03-08T10:02:17.388Z (22 days ago)
  • Versions: 49
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.456%
    • Average: 6.674%
    • Dependent repos count: 6.892%

Dependencies

build.gradle maven
  • com.hierynomus:asn-one 0.6.0 implementation
  • com.jcraft:jzlib 1.1.3 implementation
  • net.i2p.crypto:eddsa 0.3.0 implementation
  • org.bouncycastle:bcpkix-jdk15on $bouncycastleVersion implementation
  • org.bouncycastle:bcprov-jdk15on $bouncycastleVersion implementation
  • org.slf4j:slf4j-api 1.7.32 implementation
  • ch.qos.logback:logback-classic 1.2.9 testImplementation
  • junit:junit 4.13.2 testImplementation
  • org.apache.httpcomponents:httpclient 4.5.13 testImplementation
  • org.apache.sshd:sshd-core $sshdVersion testImplementation
  • org.apache.sshd:sshd-scp $sshdVersion testImplementation
  • org.apache.sshd:sshd-sftp $sshdVersion testImplementation
  • org.glassfish.grizzly:grizzly-http-server 2.4.4 testImplementation
  • org.mockito:mockito-core 4.2.0 testImplementation
  • org.spockframework:spock-core 1.3-groovy-2.4 testImplementation
  • org.testcontainers:testcontainers 1.16.2 testImplementation
examples/pom.xml maven
  • com.hierynomus:sshj 0.31.0
.github/workflows/gradle.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
  • codecov/codecov-action v2 composite
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite