OwlCyberSecurity - MANAGER
Edit File: error.pyc
� `��ac @` s� d Z d d l m Z m Z d d l m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( sO An error to represent bad things happening in Conch. Maintainer: Paul Swartz i ( t absolute_importt division( t UnauthorizedLogint ConchErrorc B` s e Z d d � Z RS( c C` s) t j | | | � | | _ | | _ d S( N( t Exceptiont __init__t valuet data( t selfR R ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/conch/error.pyR s N( t __name__t __module__t NoneR ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/conch/error.pyR s t NotEnoughAuthenticationc B` s e Z d Z RS( s� This is thrown if the authentication is valid, but is not enough to successfully verify the user. i.e. don't retry this type of authentication, try another one. ( R R t __doc__( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/conch/error.pyR s t ValidPublicKeyc B` s e Z d Z RS( s� Raised by public key checkers when they receive public key credentials that don't contain a signature at all, but are valid in every other way. (e.g. the public key matches one in the user's authorized_keys file). Protocol code (eg L{SSHUserAuthServer<twisted.conch.ssh.userauth.SSHUserAuthServer>}) which attempts to log in using L{ISSHPrivateKey<twisted.cred.credentials.ISSHPrivateKey>} credentials should be prepared to handle a failure of this type by telling the user to re-authenticate using the same key and to include a signature with the new attempt. See U{http://www.ietf.org/rfc/rfc4252.txt} section 7 for more details. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/conch/error.pyR s t IgnoreAuthenticationc B` s e Z d Z RS( sq This is thrown to let the UserAuthServer know it doesn't need to handle the authentication anymore. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/conch/error.pyR 3 s t MissingKeyStoreErrorc B` s e Z d Z RS( s� Raised if an SSHAgentServer starts receiving data without its factory providing a keys dict on which to read/write key data. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/conch/error.pyR ; s t UserRejectedKeyc B` s e Z d Z RS( s0 The user interactively rejected a key. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/conch/error.pyR C s t InvalidEntryc B` s e Z d Z RS( sS An entry in a known_hosts file could not be interpreted as a valid entry. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/conch/error.pyR J s t HostKeyChangedc B` s e Z d Z d � Z RS( s� The host key of a remote host has changed. @ivar offendingEntry: The entry which contains the persistent host key that disagrees with the given host key. @type offendingEntry: L{twisted.conch.interfaces.IKnownHostEntry} @ivar path: a reference to the known_hosts file that the offending entry was loaded from @type path: L{twisted.python.filepath.FilePath} @ivar lineno: The line number of the offending entry in the given path. @type lineno: L{int} c C` s, t j | � | | _ | | _ | | _ d S( N( R R t offendingEntryt patht lineno( R R R R ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/conch/error.pyR c s ( R R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/conch/error.pyR Q s N( R t __future__R R t twisted.cred.errorR R R R R R R R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/conch/error.pyt <module> s