Ross ROSS = Recommend OSS · open-source software intelligence for agents

mwiede/jsch

fork of the popular jsch library observed · 2026-09-03

github.com/mwiede/jsch · Java · NOASSERTION (other) observed · 2026-09-03

Health v2 · maintenance only

99/100

  • Activity 100
  • Release rhythm 98
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 21.0
  • age_days: 2297
  • days_rel: 13
  • days_push: 0
  • n_releases_24m: 25

Full methodology

Adoption not part of the score

1054 stars · 190 forks observed · 2026-09-03

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

JSch (Java Secure Channel) is a pure Java implementation of the SSH2 protocol, maintained as an actively updated fork of the original JCraft jsch library. It lets Java applications connect to SSH servers for remote command execution, port forwarding, X11 forwarding, and file transfer (SFTP/SCP).

Use cases

  • run remote commands over ssh from a java program
  • transfer files via sftp in java
  • set up ssh port forwarding in an application
  • connect to ssh servers with modern openssh algorithms
  • authenticate with public keys or passwords over ssh in java
  • replace the abandoned original jsch dependency

When to choose

  • you need an SSH client embedded in a Java/JVM application
  • you want a maintained fork of jsch with modern OpenSSH algorithm support
  • you need SFTP, SCP, or port forwarding without external native binaries

When to avoid

  • you need an interactive terminal SSH session (use OpenSSH client instead)
  • your project is not on the JVM
  • you need SSH server functionality rather than client

Facets

library · maturity active

security cryptography http-client developer-tools security networking developer-tools cross-platform jvm cross-platform ssh-client ssh2 sftp port-forwarding java-library jsch-fork openssh

1 source

Member repositories

RepositoryRoleHealth v2
mwiede/jschmain99

For agents

markdown · JSON · MCP: product_card(name="mwiede/jsch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem