Home | Trees | Index | Help |
---|
Package twisted :: Package conch :: Package ssh :: Module userauth :: Class SSHUserAuthServer |
|
SSHService
--+
|
SSHUserAuthServer
Method Summary | |
---|---|
areDone(self)
| |
auth_keyboard_interactive(self,
ident,
packet)
| |
auth_password(self,
ident,
packet)
| |
auth_publickey(self,
ident,
packet)
| |
called when we receieve a packet on the transport (inherited from SSHService )
| |
called when the service is active on the transport. | |
called when the service is stopped, either by the connection ending or by another service being started | |
ssh_USERAUTH_INFO_RESPONSE(self,
packet)
| |
ssh_USERAUTH_REQUEST(self,
packet)
| |
timeoutAuthentication(self)
| |
tryAuth(self,
kind,
user,
data)
| |
verifySignatureFor(self,
ident,
blob,
signature)
| |
_cbGoodAuth(self,
foo)
| |
_cbToVerifySig(self,
ignored,
ident,
blob,
signature)
| |
_cbTryAuth(self,
identity,
kind,
data)
| |
_cbValidateKey(self,
ignored,
packet)
| |
_ebBadAuth(self,
reason)
| |
_pamConv(self,
items)
|
Class Variable Summary | |
---|---|
int |
attemptsBeforeDisconnect
|
int |
loginTimeout
|
str |
name
|
dict |
protocolMessages
|
list |
supportedMethods
|
Method Details |
---|
serviceStarted(self)called when the service is active on the transport.
|
serviceStopped(self)called when the service is stopped, either by the connection ending or by another service being started
|
Class Variable Details |
---|
attemptsBeforeDisconnect
|
loginTimeout
|
name
|
supportedMethods
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:18:20 2003 | http://epydoc.sf.net |