On 16 April 2014 00:09, Nicholas <[email protected]> wrote: > Hello, everyone. > > Is it possible to implement the Manhole but without using SSH (or telnet, > for that matter) ? > > Say I start a service and I want to be thrown straight in a console, much > like Manhole does with SSH, but without having to actually listen on a port > and having to connect to it with an user and password.
This sounds a lot like `python -m twisted.conch.stdio`; I'm not sure how easily reusable that code is, but hopefully it shouldn't be too hard to use from an existing application! -- mithrandi, i Ainil en-Balandor, a faer Ambar _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
