[PythonCE] ssh server for wince!

2007-07-25 Thread Marc Horst
Hi, I have a PDA with Windows Mobile on it and would like to connect it to my laptop via ssh, I searched for a binary for PyCrypt for Windows Mobile/WinCE. However, it seems that these are unavailable. I was wondering if someone build PyCrypt already for WinCE/Windows Mobile and could do me a

[PythonCE] ssh server for wince!

2005-05-04 Thread Brian Retford
paramiko + pyCrypto == ssh server on wince (first that I'm aware of...) I had to comment out pyCrypto's windows specific random number generation, it's slow as piss, but it works, pretty much out of the box. I'm going to write a small sftp server for it. It still doesn't get you a proper shell,