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 | |||
|
|||
|
|||
Inherited from |
Properties | |
ciphers Symmetric encryption ciphers |
|
digests Digest (one-way hash) algorithms |
|
key_types Public-key algorithms |
|
kex Key exchange algorithms |
|
compression Compression algorithms |
|
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Returns a string representation of this object, for debugging.
|
Property Details |
ciphersSymmetric encryption ciphers
|
digestsDigest (one-way hash) algorithms
|
key_typesPublic-key algorithms
|
compressionCompression algorithms
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Aug 29 06:01:16 2014 | http://epydoc.sourceforge.net |