diff options
author | Robey Pointer <robey@lag.net> | 2006-04-23 18:11:41 -0700 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2006-04-23 18:11:41 -0700 |
commit | c05200dcc6f77f1901246a3f4da069f1ccb3d06f (patch) | |
tree | 78f1385fb2697468f8ecf01733489687ca6d2c03 | |
parent | 3bcdf46a9dfa3b97fc425e795b8929648fd6b8dc (diff) |
[project @ robey@lag.net-20060424011141-18957fe09447af6b]
more README
-rw-r--r-- | README | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -266,20 +266,17 @@ v1.0 JIGGLYPUFF *** MISSING LINKS -* host-based auth (yuck!) -* SFTP implicit file locking? +* [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 -* would be nice to have windows putty "pagent" support -- looks very hard +* 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? |