Re: [Twisted-Python] Help with twisted.conch.manhole

2020-04-20 Thread salil GK
Thank you all so much Its of great help. Twisted upgrade is in the pipeline. We will be moving there soon. ~S On Mon, 20 Apr 2020 at 15:04, Evilham wrote: > > > On dl., abr. 20 2020, Richard van der Hoff wrote: > > >> Or peek in matrix-synapse's code, which has a telnet-based one. > > > >

Re: [Twisted-Python] Help with twisted.conch.manhole

2020-04-20 Thread Evilham
On dl., abr. 20 2020, Richard van der Hoff wrote: Or peek in matrix-synapse's code, which has a telnet-based one. synapse's manhole is SSH-based :) (dunno why, given it uses hardcoded auth, so all security depends on the manhole port being locked down, but still) I actually remembered

Re: [Twisted-Python] Help with twisted.conch.manhole

2020-04-20 Thread Richard van der Hoff
Or peek in matrix-synapse's code, which has a telnet-based one. synapse's manhole is SSH-based :) (dunno why, given it uses hardcoded auth, so all security depends on the manhole port being locked down, but still) ___ Twisted-Python mailing list

Re: [Twisted-Python] Help with twisted.conch.manhole

2020-04-20 Thread Evilham
On dg., abr. 19 2020, salil GK wrote: I am real need to debug my python application for memory issues. I found that using twisted.conch.manhole we can get a telnet session to python interpreter so that we can do some debugging sessions there. I am using twisted 16.6 in my server.

Re: [Twisted-Python] Help with twisted.conch.manhole

2020-04-19 Thread Glyph
> On Apr 19, 2020, at 3:03 AM, salil GK wrote: > > I am using twisted 16.6 in my server There have been several security updates since 16.6, which is nearing 4 years old at this point. You should really upgrade! -glyph___ Twisted-Python mailing

Re: [Twisted-Python] Help with twisted.conch.manhole

2020-04-19 Thread Werner Thie
Don't know if this is still state of the art, but I've been using this off and on and please don't use checkers.InMemoryUsernamePasswordDatabaseDontUse HTH, Werner controlling terminal command line server # #on port . Connect with # #ssh admin@localhost -p # #accept new keys