Interface TransportProtocolSpecification


public interface TransportProtocolSpecification
  • Field Details

    • SSH_MSG_DISCONNECT

      static final int SSH_MSG_DISCONNECT
      See Also:
    • SSH_MSG_IGNORE

      static final int SSH_MSG_IGNORE
      See Also:
    • SSH_MSG_UNIMPLEMENTED

      static final int SSH_MSG_UNIMPLEMENTED
      See Also:
    • SSH_MSG_DEBUG

      static final int SSH_MSG_DEBUG
      See Also:
    • SSH_MSG_SERVICE_REQUEST

      static final int SSH_MSG_SERVICE_REQUEST
      See Also:
    • SSH_MSG_SERVICE_ACCEPT

      static final int SSH_MSG_SERVICE_ACCEPT
      See Also:
    • SSH_MSG_KEX_INIT

      static final int SSH_MSG_KEX_INIT
      See Also:
    • SSH_MSG_NEWKEYS

      static final int SSH_MSG_NEWKEYS
      See Also:
    • NEGOTIATING_PROTOCOL

      static final int NEGOTIATING_PROTOCOL
      Protocol state: Negotation of the protocol version
      See Also:
    • PERFORMING_KEYEXCHANGE

      static final int PERFORMING_KEYEXCHANGE
      Protocol state: The protocol is performing key exchange
      See Also:
    • CONNECTED

      static final int CONNECTED
      Protocol state: The transport protocol is connected and services can be started or may already be active.
      See Also:
    • DISCONNECTED

      static final int DISCONNECTED
      Protocol state: The transport protocol has disconnected.
      See Also:
    • HOST_NOT_ALLOWED

      static final int HOST_NOT_ALLOWED
      Disconnect reason: The host is not allowed
      See Also:
    • PROTOCOL_ERROR

      static final int PROTOCOL_ERROR
      Disconnect reason: A protocol error occurred
      See Also:
    • KEY_EXCHANGE_FAILED

      static final int KEY_EXCHANGE_FAILED
      Disconnect reason: Key exchange failed
      See Also:
    • RESERVED

      static final int RESERVED
      Disconnect reason: Reserved
      See Also:
    • MAC_ERROR

      static final int MAC_ERROR
      Disconnect reason: An error occurred verifying the MAC
      See Also:
    • COMPRESSION_ERROR

      static final int COMPRESSION_ERROR
      Disconnect reason: A compression error occurred
      See Also:
    • SERVICE_NOT_AVAILABLE

      static final int SERVICE_NOT_AVAILABLE
      Disconnect reason: The requested service is not available
      See Also:
    • PROTOCOL_VERSION_NOT_SUPPORTED

      static final int PROTOCOL_VERSION_NOT_SUPPORTED
      Disconnect reason: The protocol version is not supported
      See Also:
    • HOST_KEY_NOT_VERIFIABLE

      static final int HOST_KEY_NOT_VERIFIABLE
      Disconnect reason: The host key supplied could not be verified
      See Also:
    • CONNECTION_LOST

      static final int CONNECTION_LOST
      Disconnect reason: The connection was lost
      See Also:
    • BY_APPLICATION

      static final int BY_APPLICATION
      Disconnect reason: The application disconnected
      See Also:
    • TOO_MANY_CONNECTIONS

      static final int TOO_MANY_CONNECTIONS
      Disconnect reason: Too many connections, try later
      See Also:
    • AUTH_CANCELLED_BY_USER

      static final int AUTH_CANCELLED_BY_USER
      Disconnect reason: Authentication was cancelled
      See Also:
    • NO_MORE_AUTH_METHODS_AVAILABLE

      static final int NO_MORE_AUTH_METHODS_AVAILABLE
      Disconnect reason: No more authentication methods are available
      See Also:
    • ILLEGAL_USER_NAME

      static final int ILLEGAL_USER_NAME
      Disconnect reason: The user's name is illegal
      See Also: