Package | Description |
---|---|
org.apache.sshd.agent | |
org.apache.sshd.agent.common | |
org.apache.sshd.agent.local | |
org.apache.sshd.agent.unix |
Modifier and Type | Method and Description |
---|---|
SshAgent |
SshAgentFactory.createClient(Session session)
Create an SshAgent that can be used on the client side by the authentication
process to send possible keys.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAgentProxy |
class |
AgentDelegate |
Constructor and Description |
---|
AbstractAgentClient(SshAgent agent) |
AgentDelegate(SshAgent agent) |
Modifier and Type | Class and Description |
---|---|
class |
AgentImpl
A local SSH agent implementation
|
Modifier and Type | Method and Description |
---|---|
SshAgent |
AgentServerProxy.createClient() |
SshAgent |
LocalAgentFactory.createClient(Session session) |
SshAgent |
ProxyAgentFactory.createClient(Session session) |
SshAgent |
LocalAgentFactory.getAgent() |
SshAgent |
AgentForwardedChannel.getAgent() |
Constructor and Description |
---|
LocalAgentFactory(SshAgent agent) |
Modifier and Type | Class and Description |
---|---|
class |
AgentClient
A client for a remote SSH agent
|
Modifier and Type | Method and Description |
---|---|
SshAgent |
UnixAgentFactory.createClient(Session session) |
SshAgent |
AgentServer.getAgent() |
Constructor and Description |
---|
AgentServer.SshAgentSession(long socket,
SshAgent agent) |
AgentServer(SshAgent agent) |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.