Python Forum

Full Version: SSH Server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Is there anything wrong with the standard OpenSSH server? Do you particularly need a Python implementation?