crypto101 / merlyn

Server backend for interactive online exercises.
ISC License
3 stars 2 forks source link

Use telnet manhole instead of ssh manhole #9

Open lvh opened 10 years ago

lvh commented 10 years ago

The manhole is local anyway. Using ssh means PyCrypto + pyasn1 dependency, which means no PyPy.

lvh commented 10 years ago

There is code that we can borrow for doing this that lives in twisted.conch.manhole_tap: https://twistedmatrix.com/trac/browser/tags/releases/current/twisted/conch/manhole_tap.py

alex commented 10 years ago

It's cool, soon enough conch will use cryptography :-)

lvh commented 10 years ago

I'm actually more hopeful about this than I was a few days ago; turns out that someone's just founded a company on conch :)