diff options
author | Robey Pointer <robey@lag.net> | 2003-11-10 08:49:50 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2003-11-10 08:49:50 +0000 |
commit | 11815d4d837314a51ebf919c1a61cb0f68a3c02b (patch) | |
tree | a87cdf5a7f3658375d0d6be642a5d8ddf46bbc36 /NOTES | |
parent | 2ff9f467517e1ff8916e1adbdaf342d0468b4ebb (diff) |
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-9]
rename secsh -> paramiko
also, rename SecshException back to SSHException. sigh. :)
Diffstat (limited to 'NOTES')
-rw-r--r-- | NOTES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ +-------------------+ +-----------------+ -(Socket)InputStream ---> | secsh transport | <===> | secsh channel | +(Socket)InputStream ---> | ssh2 transport | <===> | ssh2 channel | (Socket)OutputStream --> | (auth, pipe) | N | (buffer) | +-------------------+ +-----------------+ @ feeder thread | | @@ -8,8 +8,8 @@ - feed into channel +---> OutputStream buffers -SIS <-- @ --> (parse, find chan) --> secsh chan: buffer <-- SSHInputStream -SSHOutputStream --> secsh chan --> secsh transport --> SOS [no thread] +SIS <-- @ --> (parse, find chan) --> ssh2 chan: buffer <-- SSHInputStream +SSHOutputStream --> ssh2 chan --> ssh2 transport --> SOS [no thread] |