Conch (SSH)

Conch[1] is an implementation of the secure shell (SSH) protocol written in the Python programming language and available as part of the Twisted framework.

SSH is a protocol designed to allow remote access to shells and commands. Conch can be used to implement both the client and server sides of this protocol.[2]

By using a high-level language like Python, Conch avoids a whole class of potential security problems that implementations such as OpenSSH have to deal with. Additionally, Conch uses the Twisted networking framework to offset the need for forking or threading, resulting in a performance boost and reducing memory usage.

Conch was developed by Paul Swartz. It is interoperable with OpenSSH. Conch can be used with Unix/Linux systems and with Microsoft Windows.

References

  1. https://github.com/twisted/twisted/tree/trunk/src/twisted/conch
  2. "About Concn". Twisted Matrix Labs. Archived from the original on May 3, 2007. Retrieved May 20, 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.