Home | Trees | Index | Help |
|
---|
Package twisted :: Package conch :: Package ssh :: Module userauth |
|
Implementation of the ssh-userauth service. Currently implemented authentication types are public-key and password.
This module is unstable.
Maintainer: Paul SwartzClasses | |
---|---|
SSHUserAuthClient |
|
SSHUserAuthServer |
Variable Summary | |
---|---|
dict |
messages = {50: 'MSG_USERAUTH_REQUEST', 51: 'MSG_USERAUT...
|
int |
MSG_USERAUTH_BANNER = 53 |
int |
MSG_USERAUTH_FAILURE = 51 |
int |
MSG_USERAUTH_INFO_REQUEST = 60 |
int |
MSG_USERAUTH_INFO_RESPONSE = 61 |
int |
MSG_USERAUTH_PASSWD_CHANGEREQ = 60 |
int |
MSG_USERAUTH_PK_OK = 60 |
int |
MSG_USERAUTH_REQUEST = 50 |
int |
MSG_USERAUTH_SUCCESS = 52 |
Variable Details |
---|
messages
|
MSG_USERAUTH_BANNER
|
MSG_USERAUTH_FAILURE
|
MSG_USERAUTH_INFO_REQUEST
|
MSG_USERAUTH_INFO_RESPONSE
|
MSG_USERAUTH_PASSWD_CHANGEREQ
|
MSG_USERAUTH_PK_OK
|
MSG_USERAUTH_REQUEST
|
MSG_USERAUTH_SUCCESS
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:47 2003 | http://epydoc.sf.net |