Implementation of the ssh-userauth service. Currently implemented authentication types are public-key and password.
Maintainer: Paul Swartz
Class | SSHUserAuthClient |
A service implementing the client side of 'ssh-userauth'. |
Class | SSHUserAuthServer |
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 |