Package | Description |
---|---|
org.apache.sshd.agent | |
org.apache.sshd.agent.common | |
org.apache.sshd.agent.local |
Modifier and Type | Method and Description |
---|---|
SshAgentServer |
SshAgentFactory.createServer(ConnectionService service)
Create the server side that will be used by other SSH clients.
|
Modifier and Type | Method and Description |
---|---|
protected SshAgentServer |
DefaultAgentForwardSupport.createSshAgentServer(ConnectionService service,
Session session) |
Modifier and Type | Class and Description |
---|---|
class |
AgentServerProxy
The server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the
client side.
|
Modifier and Type | Method and Description |
---|---|
SshAgentServer |
ProxyAgentFactory.createServer(ConnectionService service) |
SshAgentServer |
LocalAgentFactory.createServer(ConnectionService service) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.