public abstract class SshConnectionFactory extends Object
SshConnections.| Modifier and Type | Method and Description |
|---|---|
static SshConnection |
getConnection(String host,
int port,
Authentication authentication)
Creates a
SshConnection. |
public static SshConnection getConnection(String host, int port, Authentication authentication) throws IOException
SshConnection.host - the host nameport - the portauthentication - the credentialsIOException - if so.SshConnection,
SshConnectionImplCopyright © 2004-2015 Hudson. All Rights Reserved.