| 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 |
|---|---|
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 |
LocalAgentFactory.createServer(ConnectionService service) |
SshAgentServer |
ProxyAgentFactory.createServer(ConnectionService service) |
| Modifier and Type | Method and Description |
|---|---|
SshAgentServer |
UnixAgentFactory.createServer(ConnectionService service) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.