org.apache.sshd.common
Interface SshConstants
public interface SshConstants
This interface defines constants for the SSH protocol.
- Author:
- Apache MINA SSHD Project
PROPOSAL_KEX_ALGS
static final int PROPOSAL_KEX_ALGS
- See Also:
- Constant Field Values
PROPOSAL_SERVER_HOST_KEY_ALGS
static final int PROPOSAL_SERVER_HOST_KEY_ALGS
- See Also:
- Constant Field Values
PROPOSAL_ENC_ALGS_CTOS
static final int PROPOSAL_ENC_ALGS_CTOS
- See Also:
- Constant Field Values
PROPOSAL_ENC_ALGS_STOC
static final int PROPOSAL_ENC_ALGS_STOC
- See Also:
- Constant Field Values
PROPOSAL_MAC_ALGS_CTOS
static final int PROPOSAL_MAC_ALGS_CTOS
- See Also:
- Constant Field Values
PROPOSAL_MAC_ALGS_STOC
static final int PROPOSAL_MAC_ALGS_STOC
- See Also:
- Constant Field Values
PROPOSAL_COMP_ALGS_CTOS
static final int PROPOSAL_COMP_ALGS_CTOS
- See Also:
- Constant Field Values
PROPOSAL_COMP_ALGS_STOC
static final int PROPOSAL_COMP_ALGS_STOC
- See Also:
- Constant Field Values
PROPOSAL_LANG_CTOS
static final int PROPOSAL_LANG_CTOS
- See Also:
- Constant Field Values
PROPOSAL_LANG_STOC
static final int PROPOSAL_LANG_STOC
- See Also:
- Constant Field Values
PROPOSAL_MAX
static final int PROPOSAL_MAX
- See Also:
- Constant Field Values
SSH2_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT
static final int SSH2_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT
- See Also:
- Constant Field Values
SSH2_DISCONNECT_PROTOCOL_ERROR
static final int SSH2_DISCONNECT_PROTOCOL_ERROR
- See Also:
- Constant Field Values
SSH2_DISCONNECT_KEY_EXCHANGE_FAILED
static final int SSH2_DISCONNECT_KEY_EXCHANGE_FAILED
- See Also:
- Constant Field Values
SSH2_DISCONNECT_HOST_AUTHENTICATION_FAILED
static final int SSH2_DISCONNECT_HOST_AUTHENTICATION_FAILED
- See Also:
- Constant Field Values
SSH2_DISCONNECT_RESERVED
static final int SSH2_DISCONNECT_RESERVED
- See Also:
- Constant Field Values
SSH2_DISCONNECT_MAC_ERROR
static final int SSH2_DISCONNECT_MAC_ERROR
- See Also:
- Constant Field Values
SSH2_DISCONNECT_COMPRESSION_ERROR
static final int SSH2_DISCONNECT_COMPRESSION_ERROR
- See Also:
- Constant Field Values
SSH2_DISCONNECT_SERVICE_NOT_AVAILABLE
static final int SSH2_DISCONNECT_SERVICE_NOT_AVAILABLE
- See Also:
- Constant Field Values
SSH2_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED
static final int SSH2_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED
- See Also:
- Constant Field Values
SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE
static final int SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE
- See Also:
- Constant Field Values
SSH2_DISCONNECT_CONNECTION_LOST
static final int SSH2_DISCONNECT_CONNECTION_LOST
- See Also:
- Constant Field Values
SSH2_DISCONNECT_BY_APPLICATION
static final int SSH2_DISCONNECT_BY_APPLICATION
- See Also:
- Constant Field Values
SSH2_DISCONNECT_TOO_MANY_CONNECTIONS
static final int SSH2_DISCONNECT_TOO_MANY_CONNECTIONS
- See Also:
- Constant Field Values
SSH2_DISCONNECT_AUTH_CANCELLED_BY_USER
static final int SSH2_DISCONNECT_AUTH_CANCELLED_BY_USER
- See Also:
- Constant Field Values
SSH2_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE
static final int SSH2_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE
- See Also:
- Constant Field Values
SSH2_DISCONNECT_ILLEGAL_USER_NAME
static final int SSH2_DISCONNECT_ILLEGAL_USER_NAME
- See Also:
- Constant Field Values
SSH_OPEN_ADMINISTRATIVELY_PROHIBITED
static final int SSH_OPEN_ADMINISTRATIVELY_PROHIBITED
- See Also:
- Constant Field Values
SSH_OPEN_CONNECT_FAILED
static final int SSH_OPEN_CONNECT_FAILED
- See Also:
- Constant Field Values
SSH_OPEN_UNKNOWN_CHANNEL_TYPE
static final int SSH_OPEN_UNKNOWN_CHANNEL_TYPE
- See Also:
- Constant Field Values
SSH_OPEN_RESOURCE_SHORTAGE
static final int SSH_OPEN_RESOURCE_SHORTAGE
- See Also:
- Constant Field Values
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.