Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.49 KB

TwistedConch.mediawiki

File metadata and controls

22 lines (12 loc) · 1.49 KB

PageOutline(1,Contents)

Table of Contents

Conch

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.

Download

See the [wiki:Downloads] page.

Documentation

  * [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].

Contact

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].