create new TODO file
This commit is contained in:
Robey Pointer 2007-06-10 21:35:23 -07:00
parent 7c7880f368
commit 77c69301f4
1 changed files with 14 additions and 0 deletions

14
TODO Normal file
View File

@ -0,0 +1,14 @@
TO-DO
=====
* allow setting chmod bits on SFTPClient.open() for create
* host-based auth (yuck!)
* ctr forms of ciphers are missing (blowfish-ctr, aes128-ctr, aes256-ctr)
* sftp protocol 6 support (ugh....) -- once it settles down more
* make a simple example demonstrating use of SocketServer (besides forward.py?)
* should SSHClient try to use openssh config files?
* figure out how to parse ssh.com encrypted key files?
* is it possible to poll on a set of events at once?
* potentially create only one thread shared by all Transports
* SSHClient: flag to turn off agent detection? flag to turn off keyfile discovery?