Uses of Class
com.sshtools.agent.client.SshAgentClient
Packages that use SshAgentClient
-
Uses of SshAgentClient in com.sshtools.agent
Methods in com.sshtools.agent that return SshAgentClientModifier and TypeMethodDescriptionAgentProvider.client
(String application, String location, AgentSocketType type, boolean RFCAgent) -
Uses of SshAgentClient in com.sshtools.agent.client
Methods in com.sshtools.agent.client that return SshAgentClientModifier and TypeMethodDescriptionstatic SshAgentClient
SshAgentClient.connectLocalAgent
(String application, String location, AgentSocketType type, boolean RFCAgent) Connect to the local agent.static SshAgentClient
SshAgentClient.connectOpenSSHAgent
(String application) static SshAgentClient
SshAgentClient.connectOpenSSHAgent
(String application, String location) Determines operating system type (windows or not) and connects using the appropriate socket type for the platform.