sshd in python for windows 7

Jerry Hill malaclypse2 at gmail.com
Sat Feb 6 22:15:51 EST 2010


On Sat, Feb 6, 2010 at 7:07 PM, News123 <news123 at free.fr> wrote:
> Hi,
>
> I wondered which modules would be best to perform following task:
>
> A user uses a standard ssh (e.g. putty or openssh) client and performs
> an ssh to a windows host
>
> The windows host would run a python script acting as ssh server.

The Twisted library has an sshd implementation, called conch.  Here an
article with a simple python sshd built with twisted:
http://www.ibm.com/developerworks/linux/library/l-twist4.html

-- 
Jerry



More information about the Python-list mailing list