Home | Trees | Indices | Help |
---|
|
object --+ | SecurityOptions
Simple object containing the security preferences of an ssh transport. These are tuples of acceptable ciphers, digests, key types, and key exchange algorithms, listed in order of preference.
Changing the contents and/or order of these fields affects the
underlying Transport (but only if you change them before starting
the session). If you try to add an algorithm that paramiko doesn't
recognize, ValueError
will be raised. If you try to assign
something besides a tuple to one of the fields, TypeError
will be raised.
Instance Methods | |||
|
|||
str |
|
||
Inherited from |
Properties | |
ciphers Symmetric encryption ciphers |
|
compression Compression algorithms |
|
digests Digest (one-way hash) algorithms |
|
kex Key exchange algorithms |
|
key_types Public-key algorithms |
|
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Returns a string representation of this object, for debugging.
|
Property Details |
ciphersSymmetric encryption ciphers
|
compressionCompression algorithms
|
digestsDigest (one-way hash) algorithms
|
key_typesPublic-key algorithms
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon May 23 13:50:03 2011 | http://epydoc.sourceforge.net |