OwlCyberSecurity - MANAGER
Edit File: cred_sshkeys.pyc
� `��ac @` s� d Z d d l m Z m Z d d l m Z d d l m Z d d l m Z d Z yK d d l m Z m Z e e e j � d e f d � � Y� Z e � Z Wn e k r� n Xd S( s Cred plugin for ssh key login. i ( t absolute_importt division( t implementer( t plugin( t ICheckerFactorys� This allows SSH public key authentication, based on public keys listed in authorized_keys and authorized_keys2 files in user .ssh/ directories. ( t SSHPublicKeyCheckert UNIXAuthorizedKeysFilest SSHKeyCheckerFactoryc B` s5 e Z d Z d Z e Z d Z e j Z d d � Z RS( sL Generates checkers that will authenticate a SSH public key t sshkeys No argstring required.t c C` s t t � � S( s� This checker factory ignores the argument string. Everything needed to authenticate users is pulled out of the public keys listed in user .ssh/ directories. ( R R ( t selft argstring( ( s_ /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/plugins/cred_sshkeys.pyt generateChecker'