Conch is an SSHv2 implementation written in Python. SSH is a protocol designed to allow remote access to shells and commands, but it is generic enough to allow everything from TCP forwarding to generic filesystem access. Since conch is written in Python, it interfaces well with other Python projects, such as Imagination. Conch also includes a implementations of the telnet and vt102 protocols, as well as support for rudimentary line editing behaviors. A new implementation of Twisted's Manhole application is also included, featuring server-side input history and interactive syntax coloring.
See the [wiki:Downloads] page.
* [https://docs.twistedmatrix.com/en/stable/conch/index.html Documentation] is available for Conch. * An [http://twistedmatrix.com/documents/current/api/ API reference] of Twisted and all subprojects is also available. * See discussion of potentially relevant [TwistedConch/SecurityConcerns security concerns].
Subscribe to the twisted-python mailing list or visit the #twisted channel on irc.libera.chat to ask questions.
Report a bug or request a feature using the issue tracker (registration required), or browse [query:status=new|assigned|reopened&component=conch].