Support module for making SSH servers with twistd.
Class | Options | No class docstring; 0/4 class variables, 0/1 instance variables, 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. |