module documentation
(source)

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

Maintainer: Paul Swartz

Class ​SSHUser​Auth​Client A service implementing the client side of 'ssh-userauth'.
Class ​SSHUser​Auth​Server A service implementing the server side of the 'ssh-userauth' service. It is used to authenticate the user on the other side as being able to access this server.
Constant MSG​_USERAUTH​_BANNER Undocumented
Constant MSG​_USERAUTH​_FAILURE Undocumented
Constant MSG​_USERAUTH​_INFO​_REQUEST Undocumented
Constant MSG​_USERAUTH​_INFO​_RESPONSE Undocumented
Constant MSG​_USERAUTH​_PASSWD​_CHANGEREQ Undocumented
Constant MSG​_USERAUTH​_PK​_OK Undocumented
Constant MSG​_USERAUTH​_REQUEST Undocumented
Constant MSG​_USERAUTH​_SUCCESS Undocumented
Variable messages Undocumented
MSG_USERAUTH_BANNER: int = (source)

Undocumented

Value
53
MSG_USERAUTH_FAILURE: int = (source)

Undocumented

Value
51
MSG_USERAUTH_INFO_REQUEST: int = (source)

Undocumented

Value
60
MSG_USERAUTH_INFO_RESPONSE: int = (source)

Undocumented

Value
61
MSG_USERAUTH_PASSWD_CHANGEREQ: int = (source)

Undocumented

Value
60
MSG_USERAUTH_PK_OK: int = (source)

Undocumented

Value
60
MSG_USERAUTH_REQUEST: int = (source)

Undocumented

Value
50
MSG_USERAUTH_SUCCESS: int = (source)

Undocumented

Value
52
messages: dict = (source)

Undocumented