Python Forum
SSH Server - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: SSH Server (/thread-20801.html)



SSH Server - DannyDzNuts - Aug-30-2019

Hi all! I'm new here. I hope this is in the correct section...

I'm looking to create an SSH server on my PC that a Raspberry Pi tunnels to. That way I can SSH into the Pi through the PC regardless as to what network it (the pi) connects to.

The problem is that I don't really know how to go about this. Can anyone point me in the right direction? I'm still learning Python and have very little other coding experience.


RE: SSH Server - Larz60+ - Aug-31-2019

something here maybe? https://pypi.org/search/?q=ssh+server


RE: SSH Server - ndc85430 - Aug-31-2019

Is there anything wrong with the standard OpenSSH server? Do you particularly need a Python implementation?