Home | Trees | Index | Help |
---|
Package paramiko :: Class BadHostKeyException |
|
Exception
--+ |SSHException
--+ | BadHostKeyException
Since: 1.6
Method Summary | |
---|---|
__init__(self,
hostname,
got_key,
expected_key)
| |
Inherited from Exception | |
| |
|
Instance Variable Summary | |
---|---|
PKey |
expected_key : the host key expected |
str | hostname : the hostname of the SSH server |
PKey |
key : the host key presented by the server |
Instance Variable Details |
---|
expected_keythe host key expected
|
hostnamethe hostname of the SSH server
|
keythe host key presented by the server
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 21 19:06:09 2008 | http://epydoc.sf.net |