more README
This commit is contained in:
Robey Pointer 2006-04-23 18:11:41 -07:00
parent 3bcdf46a9d
commit c05200dcc6
1 changed files with 10 additions and 13 deletions

23
README
View File

@ -266,20 +266,17 @@ v1.0 JIGGLYPUFF
*** MISSING LINKS
* host-based auth (yuck!)
* SFTP implicit file locking?
* ChannelException like the java version has
* would be nice to have windows putty "pagent" support -- looks very hard
* [sigh] release a fork of pycrypto with the speed improvements
--- BEFORE 1.6: ---
* is it possible to poll on a set of events at once?
* SSHClient needs unit tests
* ChannelException like the java version has
* pull out util.parse_* (2 funcs) into a separate class
* 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?)
* make a function to parse .ssh/config files:
User, Hostname, Port, ProxyCommand, IdentityFile, HostKeyAlias
ProxyCommand: %h = host, %p = port, "none" = disable
* introduce higher-level abstraction (SSHConnection ?) that handles host key
checking, etc, using openssh defaults or optional configuration (2ndary host
key files, etc)
local and remote port forwarding
* should SSHClient try to use openssh config files?
* figure out how to parse ssh.com encrypted key files?