edfd8fecc4
Twisted Core is an asynchronous event loop and associated utilities, supporting TCP, UDP, multicast, SSL/TLS, serial communication and more. It is used by most of the servers, clients and protocols that are part of other Twisted projects. With help from Eric Faurot <eric.faurot@gmail.com> and sturm@
5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
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.
|