Class UserAuth

    • Field Detail

      • SSH_MSG_USERAUTH_REQUEST

        protected static final int SSH_MSG_USERAUTH_REQUEST
        See Also:
        Constant Field Values
      • SSH_MSG_USERAUTH_FAILURE

        protected static final int SSH_MSG_USERAUTH_FAILURE
        See Also:
        Constant Field Values
      • SSH_MSG_USERAUTH_SUCCESS

        protected static final int SSH_MSG_USERAUTH_SUCCESS
        See Also:
        Constant Field Values
      • SSH_MSG_USERAUTH_BANNER

        protected static final int SSH_MSG_USERAUTH_BANNER
        See Also:
        Constant Field Values
      • SSH_MSG_USERAUTH_INFO_REQUEST

        protected static final int SSH_MSG_USERAUTH_INFO_REQUEST
        See Also:
        Constant Field Values
      • SSH_MSG_USERAUTH_INFO_RESPONSE

        protected static final int SSH_MSG_USERAUTH_INFO_RESPONSE
        See Also:
        Constant Field Values
      • SSH_MSG_USERAUTH_PK_OK

        protected static final int SSH_MSG_USERAUTH_PK_OK
        See Also:
        Constant Field Values
      • packet

        protected Packet packet
      • username

        protected String username
    • Constructor Detail

      • UserAuth

        public UserAuth()