Python and SSH

Erno Kuusela erno at iki.fi
Wed Jul 12 13:45:28 EDT 2000


>>>>> "Curtis" == Curtis Jensen <cjensen at bioeng.ucsd.edu> writes:

    Curtis> If I'm not mistake SSH just sends data accross a socket,
    Curtis> same as most network protocals (I'm not sure which port
    Curtis> SSH sends on).  You can use the socketServer module to
    Curtis> catch socket data from the SSH port.

... and implementing the crypto stuff and ssh protocol details and the
equivalent scrutiny of 5 years of bugtraq pounding on it is left as an
exercise to the reader :).

  -- erno



More information about the Python-list mailing list