t.c.s.u.SSHUserAuthServer(service.SSHService) : class documentation

Part of twisted.conch.ssh.userauth View Source View In Hierarchy

Undocumented
Method serviceStarted called when the service is active on the transport.
Method serviceStopped called when the service is stopped, either by the connection ending or by another service being started
Method timeoutAuthentication Undocumented
Method tryAuth Undocumented
Method ssh_USERAUTH_REQUEST Undocumented
Method auth_publickey Undocumented
Method auth_password Undocumented
Method auth_keyboard_interactive Undocumented
Method ssh_USERAUTH_INFO_RESPONSE Undocumented
Method _cbFinishedAuth Undocumented
Method _ebMaybeBadAuth Undocumented
Method _ebBadAuth Undocumented
Method _ebCheckKey Undocumented
Method _ebPassword Undocumented
Method _pamConv Undocumented

Inherited from SSHService:

Method logPrefix Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines.
Method packetReceived called when we receive a packet on the transport
def serviceStarted(self): (source)
called when the service is active on the transport.
def serviceStopped(self): (source)
called when the service is stopped, either by the connection ending or by another service being started
def timeoutAuthentication(self): (source)
Undocumented
def tryAuth(self, kind, user, data): (source)
Undocumented
def ssh_USERAUTH_REQUEST(self, packet): (source)
Undocumented
def _cbFinishedAuth(self, (interface, avatar, logout)): (source)
Undocumented
def _ebMaybeBadAuth(self, reason): (source)
Undocumented
def _ebBadAuth(self, reason): (source)
Undocumented
def auth_publickey(self, packet): (source)
Undocumented
def _ebCheckKey(self, reason, packet): (source)
Undocumented
def auth_password(self, packet): (source)
Undocumented
def _ebPassword(self, f): (source)
Undocumented
def auth_keyboard_interactive(self, packet): (source)
Undocumented
def _pamConv(self, items): (source)
Undocumented
def ssh_USERAUTH_INFO_RESPONSE(self, packet): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:57:47.