I have python 2.7 code based on the paramiko module that I would like to port to python 3.3 but I cannot seem to find a version of paramiko that would work or a proper replacement.
I need the module to work on Windows, Linux and Mac.
Anyone got pointers on this ?