Home | Trees | Indices | Help |
---|
|
object --+ | PKey --+ | AgentKey
Private key held in a local SSH agent. This type of key can be used for authenticating to a remote server (signing). Most other key operations work as expected.
Instance Methods | |||
|
|||
str |
|
||
str |
|
||
Message |
|
||
Inherited from Inherited from |
Class Methods | |
Inherited from |
Properties | |
Inherited from |
Method Details |
Create a new instance of this public key type. If
|
Return a string of an SSH Message made up of the public part(s) of this key. This string is suitable for passing to __init__ to re-create the key object later.
|
Return the name of this private key implementation.
|
Sign a blob of data with this private key, and return a Message representing an SSH signature message.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Nov 1 22:14:15 2009 | http://epydoc.sourceforge.net |