Re: [Twisted-Python] Manhole but no SSH

2014-04-15 Thread Tristan Seligmann
On 16 April 2014 00:09, Nicholas 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 l

[Twisted-Python] Manhole but no SSH

2014-04-15 Thread Nicholas
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 u