[Twisted-Python] Limiting cipher options for SSH/SFTP

2013-10-29 Thread Ray Cote
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

Re: [Twisted-Python] Twisted Users on Windows XP

2013-10-29 Thread Glyph
On Oct 28, 2013, at 8:45 AM, Kevin Horn wrote: > It's also worth noting that there are a fair number of people (at least I > know some) who use their old XP licenses for testing Windows software in VMs, > especially if they're usually working in Linux or Mac OS X. Do you, yourself do this?

Re: [Twisted-Python] Bytes vs unicode in twisted.python.logfile's python3 porting

2013-10-29 Thread Glyph
On Oct 27, 2013, at 6:57 AM, Laurens Van Houtven <_...@lvh.io> wrote: > Hi JP, > > > On Sun, Oct 27, 2013 at 2:19 AM, wrote: > *Or*, it now occurs to me, just stick with the ASCII-only policy that's > already in place. I'd even say this is more correct since porting isn't > supposed to chan