public interface SshClientFactory
SshClient instances for the SshClientPool.| Modifier and Type | Method and Description |
|---|---|
void |
authenticateClient(SshClient client)
Authenticate the client.
|
void |
configureConnector(SshConnector con)
Configure the connector.
|
SshTransport |
createTransport(String host,
int port)
Create the
SshTransport for use by new connections |
void configureConnector(SshConnector con) throws SshException
con - SshExceptionSshTransport createTransport(String host, int port) throws IOException
SshTransport for use by new connectionshost - port - IOExceptionvoid authenticateClient(SshClient client) throws SshException
client - SshExceptionCopyright © 2025. All rights reserved.