t.c.manhole_tap : module documentation

Part of twisted.conch View Source

TAP plugin for creating telnet- and ssh-accessible manhole servers.
AuthorJp Calderone
Class makeTelnetProtocol Undocumented
Class chainedProtocolFactory Undocumented
Class Options Undocumented
Function makeService Create a manhole server service.
Class _StupidRealm Undocumented
def makeService(options): (source)
Create a manhole server service.
ParametersoptionsA mapping describing the configuration of the desired service. Recognized key/value pairs are:
   "telnetPort": strports description of the address on which
                 to listen for telnet connections.  If None,
                 no telnet service will be started.

   "sshPort": strports description of the address on which to
              listen for ssh connections.  If None, no ssh
              service will be started.

   "namespace": dictionary containing desired initial locals
                for manhole connections.  If None, an empty
                dictionary will be used.

   "passwd": Name of a passwd(5)-format username/password file.
(type: dict )
ReturnsA manhole service. (type: twisted.application.service.IService )
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.