Part of twisted.conch View Source
An SSHv2 implementation for Twisted. Part of the Twisted.Conch package.
This module is unstable.
Maintainer: Paul SwartzModule | agent | Implements the old SSHv1 key agent protocol. |
Module | asn1 | A basic ASN.1 parser to parse private SSH keys. |
Module | channel | The parent class for all the SSH Channels. Currently implemented channels |
Module | common | Common functions for the SSH classes. |
Module | connection | This module contains the implementation of the ssh-connection service, which |
Module | factory | A Factory for SSH servers, along with an OpenSSHFactory to use the same data sources as OpenSSH. |
Module | filetransfer | Undocumented |
Module | forwarding | This module contains the implementation of the TCP forwarding, which allows |
Module | keys | Handling of RSA and DSA keys. |
Module | service | The parent class for all the SSH services. Currently implemented services are: ssh-userauth and ssh-connection. |
Module | session | This module contains the implementation of SSHSession, which (by default) |
Module | sexpy | Undocumented |
Module | transport | The lowest level SSH protocol. This handles the key negotiation, the encryption and the compression. |
Module | userauth | Implementation of the ssh-userauth service. |