Package org.pentaho.di.core.ssh
Class SshConfig
java.lang.Object
org.pentaho.di.core.ssh.SshConfig
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncacheHostKey(boolean c) commandTimeoutMillis(long t) connectTimeoutMillis(long t) static SshConfigcreate()longlonggetHost()byte[]org.pentaho.di.core.logging.LogChannelInterfaceintgetPort()intbooleankeyContent(byte[] content) logChannel(org.pentaho.di.core.logging.LogChannelInterface log) passphrase(String p) port(int p)
-
Constructor Details
-
SshConfig
public SshConfig()
-
-
Method Details
-
create
-
host
-
port
-
username
-
password
-
authType
-
keyPath
-
keyContent
-
passphrase
-
proxy
-
proxyAuth
-
knownHostsFile
-
cacheHostKey
-
connectTimeoutMillis
-
commandTimeoutMillis
-
logChannel
-
getHost
-
getPort
public int getPort() -
getUsername
-
getPassword
-
getAuthType
-
getKeyPath
-
getKeyContent
public byte[] getKeyContent() -
getPassphrase
-
getProxyHost
-
getProxyPort
public int getProxyPort() -
getProxyUser
-
getProxyPassword
-
getKnownHostsFile
-
isCacheHostKey
public boolean isCacheHostKey() -
getConnectTimeoutMillis
public long getConnectTimeoutMillis() -
getCommandTimeoutMillis
public long getCommandTimeoutMillis() -
getLogChannel
public org.pentaho.di.core.logging.LogChannelInterface getLogChannel()
-