Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSH server on Python [closed]

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.

like image 274
user2503536 Avatar asked Mar 26 '26 21:03

user2503536


1 Answers

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.

like image 161
Eric Urban Avatar answered Mar 29 '26 09:03

Eric Urban



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!