module documentation

This module contains interfaces defined for the twisted.conch package.

Interface IConchUser A user who has been authenticated to Cred through Conch. This is the interface between the SSH connection and the user.
Interface IKnownHostEntry A IKnownHostEntry is an entry in an OpenSSH-formatted known_hosts file.
Interface ISession No interface docstring; 6/6 methods documented
Interface ISessionSetEnv A session that can set environment variables.
Interface ISFTPFile This represents an open file on the server. An object adhering to this interface should be returned from openFile().
Interface ISFTPServer SFTP subsystem for server-side communication.
Exception EnvironmentVariableNotPermitted Setting this environment variable in this session is not permitted.