Interface SshConstants


public interface SshConstants
  • Field Details

    • USERNAME_HEADER

      @Metadata(description="The user name", javaType="String") static final String USERNAME_HEADER
      See Also:
    • PASSWORD_HEADER

      @Metadata(description="The password", javaType="String") static final String PASSWORD_HEADER
      See Also:
    • STDERR

      @Metadata(javaType="InputStream") static final String STDERR
      The value of this header is a InputStream with the standard error stream of the executable.
      See Also:
    • EXIT_VALUE

      @Metadata(javaType="Integer") static final String EXIT_VALUE
      The value of this header is the exit value that is returned, after the execution. By convention a non-zero status exit value indicates abnormal termination.
      Note that the exit value is OS dependent.
      See Also: