Class SSHData

    • Field Detail

      • indexOfCommand

        public int indexOfCommand
      • conn

        public com.trilead.ssh2.Connection conn
      • wroteOneRow

        public boolean wroteOneRow
      • commands

        public String commands
      • nrInputFields

        public int nrInputFields
      • nrOutputFields

        public int nrOutputFields
      • stdOutField

        public String stdOutField
      • stdTypeField

        public String stdTypeField
      • outputRowMeta

        public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
    • Constructor Detail

      • SSHData

        public SSHData()
    • Method Detail

      • OpenConnection

        public static com.trilead.ssh2.Connection OpenConnection​(String serveur,
                                                                 int port,
                                                                 String username,
                                                                 String password,
                                                                 boolean useKey,
                                                                 String keyFilename,
                                                                 String passPhrase,
                                                                 int timeOut,
                                                                 org.pentaho.di.core.variables.VariableSpace space,
                                                                 String proxyhost,
                                                                 int proxyport,
                                                                 String proxyusername,
                                                                 String proxypassword)
                                                          throws org.pentaho.di.core.exception.KettleException
        Throws:
        org.pentaho.di.core.exception.KettleException