Uses of Class
org.pentaho.di.core.ssh.SshConfig
Packages that use SshConfig
-
Uses of SshConfig in org.pentaho.di.core.ssh
Methods in org.pentaho.di.core.ssh that return SshConfigModifier and TypeMethodDescriptionSshConfig.authType(SshConfig.AuthType a) SshConfig.cacheHostKey(boolean c) SshConfig.commandTimeoutMillis(long t) SshConfig.connectTimeoutMillis(long t) static SshConfigSshConfig.create()SshConfig.keyContent(byte[] content) SshConfig.knownHostsFile(String f) SshConfig.logChannel(org.pentaho.di.core.logging.LogChannelInterface log) SshConfig.passphrase(String p) SshConfig.port(int p) Methods in org.pentaho.di.core.ssh with parameters of type SshConfig -
Uses of SshConfig in org.pentaho.di.core.ssh.mina
Constructors in org.pentaho.di.core.ssh.mina with parameters of type SshConfig