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 | ISession |
No interface docstring; 6/6 methods documented |
| Class | EnvironmentVariableNotPermitted |
Setting this environment variable in this session is not permitted. |
| Interface | ISessionSetEnv |
A session that can set environment variables. |
| Interface | ISFTPServer |
SFTP subsystem for server-side communication. |
| Interface | IKnownHostEntry |
A IKnownHostEntry is an entry in an OpenSSH-formatted known_hosts file. |
| Interface | ISFTPFile |
This represents an open file on the server. An object adhering to this interface should be returned from openFile(). |