| 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 |
|||
| Class Variables | |
ciphers = property(_get_ciphers, _set_ciphers, None, "Symmetri
|
|
digests = property(_get_digests, _set_digests, None, "Digest (
|
|
key_types = property(_get_key_types, _set_key_types, None, "Pu
|
|
kex = property(_get_kex, _set_kex, None, "Key exchange algorit
|
|
compression = property(_get_compression, _set_compression, Non
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Returns a string representation of this object, for debugging.
|
| Class Variable Details |
ciphers
|
digests
|
key_types
|
kex
|
compression
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon May 12 03:15:55 2014 | http://epydoc.sourceforge.net |