| Version 4 (modified by exarkun, 7 years ago) |
|---|
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 rudamentary line editing behaviors. A new implementation of Twisted's Manhole application is also included, featuring server-side input history and interactive syntax coloring.
Download
- Release notes for Conch 0.6.0
- Stable: Conch is part of Twisted. Tarballs and Windows installers are at the TwistedProject page.
- Trunk: svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk Twisted
- Minimal Tarball. This will require downloading of additional dependencies. We encourage you to use the downloads at TwistedProject, instead of this minimal download.
Documentation
Documentation is available for Conch. An API reference of Twisted and all subprojects is also available.
Contact
Subscribe to the twisted-python mailing list or visit the #twisted channel on irc.freenode.net to ask questions.
Report a bug or request a feature using the issue tracker (registration required), or browse Twisted Conch tickets.
