Package twisted :: Package conch :: Package ssh :: Module userauth
[frames | no frames]

Module twisted.conch.ssh.userauth

Implementation of the ssh-userauth service. Currently implemented authentication types are public-key and password.

This module is unstable.

Maintainer: Paul Swartz
Classes
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

Type:
dict
Value:
{50: 'MSG_USERAUTH_REQUEST',
 51: 'MSG_USERAUTH_FAILURE',
 52: 'MSG_USERAUTH_SUCCESS',
 53: 'MSG_USERAUTH_BANNER',
 60: 'MSG_USERAUTH_PK_OK',
 61: 'MSG_USERAUTH_INFO_RESPONSE'}                                     

MSG_USERAUTH_BANNER

Type:
int
Value:
53                                                                    

MSG_USERAUTH_FAILURE

Type:
int
Value:
51                                                                    

MSG_USERAUTH_INFO_REQUEST

Type:
int
Value:
60                                                                    

MSG_USERAUTH_INFO_RESPONSE

Type:
int
Value:
61                                                                    

MSG_USERAUTH_PASSWD_CHANGEREQ

Type:
int
Value:
60                                                                    

MSG_USERAUTH_PK_OK

Type:
int
Value:
60                                                                    

MSG_USERAUTH_REQUEST

Type:
int
Value:
50                                                                    

MSG_USERAUTH_SUCCESS

Type:
int
Value:
52                                                                    

Generated by Epydoc 2.0 on Sat Sep 13 04:20:47 2003 http://epydoc.sf.net