Question

I need a simple example of a ssh server on python. I do not know much English, I find it difficult to understand the documentation. I tried to use paramiko and twisted conch. Help me, please. I find this, but documentation does not describe the things associated with ssh. I will be grateful if you could just comment this example.

Was it helpful?

Solution

I don't really believe an SSH server will ever be 'simple'. But I did get an SSH honeypot running a while back using python 2.7 on Ubuntu 12.04 LTS Server. You can see the code to it with my changes at

https://github.com/hydrogen18/kojoney

It uses twisted.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top