summaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2003-12-30 07:18:20 +0000
committerRobey Pointer <robey@lag.net>2003-12-30 07:18:20 +0000
commit48c7d888a22a6810a32f6d25cdd6b561803166cd (patch)
tree33e22ab7a6f56ef6b569c674817127bb1108f7dd /NOTES
parent36d6d95dc6db1f47d187b87ab1c1a10c1d30558f (diff)
downloadparamiko-48c7d888a22a6810a32f6d25cdd6b561803166cd.tar.gz
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-17]
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.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES13
1 files changed, 0 insertions, 13 deletions
diff --git a/NOTES b/NOTES
index 7fbcc733..8a72a913 100644
--- a/NOTES
+++ b/NOTES
@@ -15,19 +15,6 @@ SSHOutputStream --> ssh2 chan --> ssh2 transport --> SOS [no thread]
exported API...
-from BaseTransport:
- start_client
- start_server
- add_server_key
- get_server_key
- close
- get_remote_server_key
-* is_active
- open_session
- open_channel
- renegotiate_keys
- check_channel_request
-
from Transport:
* is_authenticated
auth_key