Package | Description |
---|---|
com.sshtools.agent.client | |
com.sshtools.agent.server |
Modifier and Type | Method and Description |
---|---|
static java.net.Socket |
SshAgentClient.connectAgentSocket(java.lang.String location,
AgentSocketType type)
Connect a socket to the agent at the location specified.
|
static SshAgentClient |
SshAgentClient.connectLocalAgent(java.lang.String application,
java.lang.String location,
AgentSocketType type,
boolean RFCAgent)
Connect to the local agent.
|
static SshAgentClient |
SshAgentClient.connectOpenSSHAgent(java.lang.String application) |
static SshAgentClient |
SshAgentClient.connectOpenSSHAgent(java.lang.String application,
java.lang.String location)
Determines operating system type (windows or not) and connects using the appropriate
socket type for the platform.
|
Constructor and Description |
---|
SshAgentSocketListener(java.lang.String location,
KeyStore keystore)
Creates a new SshAgentSocketListener object.
|
Copyright © 2024. All rights reserved.