public interface SshAgentFactory
SshAgentFactory
is used to communicate with an SshAgent.Modifier and Type | Method and Description |
---|---|
SshAgent |
createClient(Session session)
Create an SshAgent that can be used on the client side by the authentication
process to send possible keys.
|
SshAgentServer |
createServer(Session session)
Create the server side that will be used by other SSH clients.
|
NamedFactory<Channel> |
getChannelForwardingFactory()
Retrieve the channel factory used to create channels on the client side.
|
NamedFactory<Channel> getChannelForwardingFactory()
SshAgent createClient(Session session) throws IOException
session
- IOException
SshAgentServer createServer(Session session) throws IOException
session
- IOException
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.