Module

UserAuth

There's no documentation for this item.

Modules
Constants
Methods
Pageant This module encapsulates the implementation of a socket factory that uses the PuTTY "pageant" utility to obtain information about SSH identities.
Classes
Agent This class implements a simple client for the ssh-agent protocol. It does not implement any specific protocol, but instead copies the behavior of the ssh-agent functions in the OpenSSH library (3.8).
AgentError A trivial exception class for representing agent-specific errors.
Driver A wrapper around the transport layer that represents the functionality of user authentication.
UserKeyManager This class encapsulates all operations done by clients on a user’s private keys. In practice, the client should never need a reference to a private key; instead, they grab a list of "identities" (public keys) that are available from the UserKeyManager, and then use the UserKeyManager to do various private key operations using those identities.
UserKeyManagerError A trivial exception class used to report errors in the key manager.
Public Methods
register_services
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.