Package com.sshtools.common.ssh
Interface TransportProtocolSpecification
public interface TransportProtocolSpecification
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDisconnect reason: Authentication was cancelledstatic final intDisconnect reason: The application disconnectedstatic final intDisconnect reason: A compression error occurredstatic final intProtocol state: The transport protocol is connected and services can be started or may already be active.static final intDisconnect reason: The connection was loststatic final intProtocol state: The transport protocol has disconnected.static final intDisconnect reason: The host key supplied could not be verifiedstatic final intDisconnect reason: The host is not allowedstatic final intDisconnect reason: The user's name is illegalstatic final intDisconnect reason: Key exchange failedstatic final intDisconnect reason: An error occurred verifying the MACstatic final intProtocol state: Negotation of the protocol versionstatic final intDisconnect reason: No more authentication methods are availablestatic final intProtocol state: The protocol is performing key exchangestatic final intDisconnect reason: A protocol error occurredstatic final intDisconnect reason: The protocol version is not supportedstatic final intDisconnect reason: Reservedstatic final intDisconnect reason: The requested service is not availablestatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intDisconnect reason: Too many connections, try later
-
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_PROTOCOLProtocol state: Negotation of the protocol version- See Also:
-
PERFORMING_KEYEXCHANGE
static final int PERFORMING_KEYEXCHANGEProtocol state: The protocol is performing key exchange- See Also:
-
CONNECTED
static final int CONNECTEDProtocol state: The transport protocol is connected and services can be started or may already be active.- See Also:
-
DISCONNECTED
static final int DISCONNECTEDProtocol state: The transport protocol has disconnected.- See Also:
-
#getLastError()- Constant Field Values
-
HOST_NOT_ALLOWED
static final int HOST_NOT_ALLOWEDDisconnect reason: The host is not allowed- See Also:
-
PROTOCOL_ERROR
static final int PROTOCOL_ERRORDisconnect reason: A protocol error occurred- See Also:
-
KEY_EXCHANGE_FAILED
static final int KEY_EXCHANGE_FAILEDDisconnect reason: Key exchange failed- See Also:
-
RESERVED
static final int RESERVEDDisconnect reason: Reserved- See Also:
-
MAC_ERROR
static final int MAC_ERRORDisconnect reason: An error occurred verifying the MAC- See Also:
-
COMPRESSION_ERROR
static final int COMPRESSION_ERRORDisconnect reason: A compression error occurred- See Also:
-
SERVICE_NOT_AVAILABLE
static final int SERVICE_NOT_AVAILABLEDisconnect reason: The requested service is not available- See Also:
-
PROTOCOL_VERSION_NOT_SUPPORTED
static final int PROTOCOL_VERSION_NOT_SUPPORTEDDisconnect reason: The protocol version is not supported- See Also:
-
HOST_KEY_NOT_VERIFIABLE
static final int HOST_KEY_NOT_VERIFIABLEDisconnect reason: The host key supplied could not be verified- See Also:
-
CONNECTION_LOST
static final int CONNECTION_LOSTDisconnect reason: The connection was lost- See Also:
-
BY_APPLICATION
static final int BY_APPLICATIONDisconnect reason: The application disconnected- See Also:
-
TOO_MANY_CONNECTIONS
static final int TOO_MANY_CONNECTIONSDisconnect reason: Too many connections, try later- See Also:
-
AUTH_CANCELLED_BY_USER
static final int AUTH_CANCELLED_BY_USERDisconnect reason: Authentication was cancelled- See Also:
-
NO_MORE_AUTH_METHODS_AVAILABLE
static final int NO_MORE_AUTH_METHODS_AVAILABLEDisconnect reason: No more authentication methods are available- See Also:
-
ILLEGAL_USER_NAME
static final int ILLEGAL_USER_NAMEDisconnect reason: The user's name is illegal- See Also:
-