Registry / auth / jsch-agentproxy-connector-factory

jsch-agentproxy-connector-factory

JSON →
library0.0.9javamavenunverified

A proxy to ssh-agent and Pageant in Java for SSH authentication.

<dependency> <groupId>com.jcraft</groupId> <artifactId>jsch.agentproxy.connector-factory</artifactId> <version>0.0.9</version> </dependency>
INSTALL
IMPORT
SIG · JSCH-AGENTPROXY-CO
J
jsch-agentproxy-connector-factory
authjavav0.0.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConnectorFactory
com.jcraft.jsch.agentproxy.ConnectorFactory

Creates a connector to ssh-agent or Pageant for SSH key management.

import com.jcraft.jsch.agentproxy.ConnectorFactory; import com.jcraft.jsch.agentproxy.RemoteIdentityRepository; import com.jcraft.jsch.agentproxy.Connector; public class Quickstart { public static void main(String[] args) throws Exception { ConnectorFactory factory = ConnectorFactory.getInstance(); Connector con = factory.createConnector(); RemoteIdentityRepository repo = new RemoteIdentityRepository(con); System.out.println("Identity count: " + repo.getIdentities().size()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources
jsch-agentproxy-connector-factory — mvn dependency:get jsch-agentproxy-connector-factory · libregistry