twisted.conch.tap
module documentationtwisted.conch
View Source
Support module for making SSH servers with twistd.
Class | Options | No class docstring; 1/2 methods documented |
Function | makeService | Construct a service for operating a SSH server. |
Construct a service for operating a SSH server.
Parameters | config | An Options
instance specifying server options, including where server keys are stored
and what authentication methods to use. |
Returns | A twisted.application.service.IService
provider which contains the requested SSH server. |