{"id":56902,"library":"org-eclipse-jgit-ssh-jsch","title":"JGit SSH JSch","description":"Provides SSH transport support for JGit using the JSch library.","status":"active","version":"7.6.0.202603022253-r","language":"java","source_language":null,"source_url":"https://eclipse.gerrithub.io/admin/repos/eclipse-jgit/jgit","tags":["git","ssh","jgit","jsch","version-control"],"install":[{"cmd":"<dependency>\n  <groupId>org.eclipse.jgit</groupId>\n  <artifactId>org.eclipse.jgit.ssh.jsch</artifactId>\n  <version>7.6.0.202603022253-r</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:7.6.0.202603022253-r'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"JschConfigSessionFactory","correct":"org.eclipse.jgit.transport.JschConfigSessionFactory"}],"quickstart":{"code":"import org.eclipse.jgit.transport.JschConfigSessionFactory;\nimport org.eclipse.jgit.transport.OpenSshConfig;\nimport com.jcraft.jsch.Session;\n\npublic class Example {\n    public static void main(String[] args) {\n        JschConfigSessionFactory factory = new JschConfigSessionFactory() {\n            @Override\n            protected void configure(OpenSshConfig.Host hc, Session session) {\n                // custom configuration\n            }\n        };\n        System.out.println(\"SSH session factory created\");\n    }\n}","lang":"java","description":"Create a custom JSchConfigSessionFactory for SSH connections."},"warnings":[{"fix":"Switch to org.eclipse.jgit.ssh.apache or org.eclipse.jgit.ssh.apache.agent for better maintenance.","message":"JSch is not maintained actively; consider using Apache MINA sshd or JGit's built-in SSH support.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'control':20 'git':14 'jgit':1,9,16 'jsch':3,12,17 'librari':13 'provid':4 'ssh':2,5,15 'support':7 'transport':6 'use':10 'version':19 'version-control':18","created_at":"2026-06-15T10:55:14.984007+00:00","updated_at":"2026-06-15T10:55:14.984007+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://www.eclipse.org/jgit/","github":null,"docs":"https://appdoc.app/artifact/org.eclipse.jgit/org.eclipse.jgit.ssh.jsch/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}