[paramiko] simple ssh server

Todd Whiteman toddw at activestate.com
Mon Aug 20 16:24:33 PDT 2007


Hi Caleb,

You still do not state what the problem is with writing the ssh server?

Paramiko does provide many examples for writing your own SSH server 
(demos and test cases). Download the paramiko package, extract the files 
and take a look at the following:
   demos/demo_server.py
   tests/*

Basically, you'll need to create a socket server that accepts 
connections and implements the "paramiko.ServerInterface" interface.

Cheers,
Todd

caleb at szatan.net wrote:
> Hi.
> 
> You misunderstood me :) unfortunately.
> 
> i know that "pass" word is a Python word.
> My version of client working with OpenSSH server and similar.
> I've got problems with writing simple paramiko ssh server which it'll be
> compatible with this client. Please give me an example or a hint to solve.
> 
> 
> cheers.
> 
> Caleb
> 



More information about the paramiko mailing list