Uses of Interface
org.apache.sshd.agent.SshAgentServer
-
Packages that use SshAgentServer Package Description org.apache.sshd.agent org.apache.sshd.agent.common org.apache.sshd.agent.local -
-
Uses of SshAgentServer in org.apache.sshd.agent
Methods in org.apache.sshd.agent that return SshAgentServer Modifier and Type Method Description SshAgentServer
SshAgentFactory. createServer(ConnectionService service)
Create the server side that will be used by other SSH clients. -
Uses of SshAgentServer in org.apache.sshd.agent.common
Methods in org.apache.sshd.agent.common that return SshAgentServer Modifier and Type Method Description protected SshAgentServer
DefaultAgentForwardSupport. createSshAgentServer(ConnectionService service, Session session)
-
Uses of SshAgentServer in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement SshAgentServer Modifier and Type Class 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.Methods in org.apache.sshd.agent.local that return SshAgentServer Modifier and Type Method Description SshAgentServer
LocalAgentFactory. createServer(ConnectionService service)
SshAgentServer
ProxyAgentFactory. createServer(ConnectionService service)
-