Package | Description |
---|---|
org.apache.sshd.agent | |
org.apache.sshd.agent.common | |
org.apache.sshd.agent.local | |
org.apache.sshd.client.auth.pubkey |
Modifier and Type | Method and Description |
---|---|
SshAgent |
SshAgentFactory.createClient(FactoryManager manager)
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 |
Modifier and Type | Field and Description |
---|---|
private SshAgent |
AbstractAgentClient.agent |
private SshAgent |
AgentDelegate.agent |
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 | Field and Description |
---|---|
private SshAgent |
LocalAgentFactory.agent |
private SshAgent |
ChannelAgentForwarding.agent |
Modifier and Type | Method and Description |
---|---|
SshAgent |
AgentServerProxy.createClient() |
SshAgent |
ProxyAgentFactory.createClient(FactoryManager manager) |
SshAgent |
LocalAgentFactory.createClient(FactoryManager manager) |
SshAgent |
AgentForwardedChannel.getAgent() |
SshAgent |
LocalAgentFactory.getAgent() |
Constructor and Description |
---|
LocalAgentFactory(SshAgent agent) |
Modifier and Type | Field and Description |
---|---|
private SshAgent |
SshAgentPublicKeyIterator.agent |
private SshAgent |
KeyAgentIdentity.agent |
private SshAgent |
UserAuthPublicKeyIterator.agent |
Constructor and Description |
---|
KeyAgentIdentity(SshAgent agent,
java.security.PublicKey key,
java.lang.String comment) |
SshAgentPublicKeyIterator(ClientSession session,
SshAgent agent) |