Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-30 | [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-17] | Robey Pointer | |
lots more documentation, and added Transport.connect() renamed demo_host_key to demo_rsa_key. moved changelog to a separate file, and indicated that future changelog entries should be fetched from tla. tried to clean up "__all__" in a way that makes epydoc still work. added lots more documentation, and renamed many methods and vars to hide them as private non-exported API. Transport's ModulusPack is now a static member, so it only has to be loaded once, and can then be used by any future Transport object. added Transport.connect(), which tries to wrap all the SSH2 negotiation and authentication into one method. you should be able to create a Transport, call connect(), and then create channels. | |||
2003-12-24 | [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-12] | Robey Pointer | |
fix dss key signing (expanded on a patch from fred gansevles) add a demo dss key for server mode, and fix some bugs that had caused the dss signing stuff to never work before. the demo_server is a bit more verbose now, too. both key types (RSAKey & DSSKey) now have a function to return the fingerprint of the key, and both versions of read_private_key_file() now raise exceptions on failure, instead of just silently setting "valid" to false. | |||
2003-11-10 | [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-9] | Robey Pointer | |
rename secsh -> paramiko also, rename SecshException back to SSHException. sigh. :) |