[Twisted-Python] Limiting cipher options for SSH/SFTP
    Ray Cote 
    rgacote at appropriatesolutions.com
       
    Tue Oct 29 11:11:59 MDT 2013
    
    
  
I need to limit the ciphers offered for an ssh/sftp connection. 
class ESFTPServerForUnixConchUser(SFTPServerForUnixConchUser):
    """Main local proxy class for file transfer access.
    Many methods are overriden to support file encryption and
    encrypted file name mappings.
    """
    def __init__(self, avatar):
        """Initialize class with avatar representing user information"""
        SFTPServerForUnixConchUser.__init__(self, avatar)
I'm unclear as to how to restrict which ciphers to use at this level.
--Ray
-- 
Ray Cote, President Appropriate Solutions, Inc. 
We Build Software 
www.AppropriateSolutions.com 603.924.6079 
    
    
More information about the Twisted-Python
mailing list