twisted.conch.interfaces
module documentationtwisted.conch
View Source
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 |
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 (). |