Home | Trees | Indices | Help |
|
---|
|
object --+ | paramiko.MissingHostKeyPolicy --+ | X2goInteractiveAddPolicy
Policy for making host key information available to Python X2Go after a Paramiko/SSH connect has been attempted. This class needs information about the associated X2goSession instance.
Once called, the missing_host_key method of this class will try to call
X2goSession.HOOK_check_host_dialog(). This hook
method---if not re-defined in your application---will then try to call
the X2goClient.HOOK_check_host_dialog(), which then will
return True
by default if not customized in your
application.
To accept host key checks, make sure to either customize the X2goClient.HOOK_check_host_dialog() method or the X2goSession.HOOK_check_host_dialog() method and hook some interactive user dialog to either of them.
Instance Methods | |||
|
|||
|
|||
X2goControlSession* instance
|
|
||
str
|
|
||
str
|
|
||
str
|
|
||
Paramiko/SSH key instance |
|
||
str
|
|
||
str
|
|
||
str
|
|
||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Handle a missing host key situation. This method calls Once called, the missing_host_key method will try to call X2goSession.HOOK_check_host_dialog(). This hook
method---if not re-defined in your application---will then try to call
the X2goClient.HOOK_check_host_dialog(), which then will
return To accept host key checks, make sure to either customize the X2goClient.HOOK_check_host_dialog() method or the X2goSession.HOOK_check_host_dialog() method and hook some interactive user dialog to either of them.
|
Retrieve the Paramiko SSH/Client.
|
Retrieve the server hostname:port expression of the server to be validated.
|
Retrieve the server hostname string of the server to be validated.
|
Retrieve the server port of the server to be validated.
|
Retrieve the host key of the server to be validated.
|
Retrieve the host key name of the server to be validated.
|
Retrieve the host key fingerprint of the server to be validated.
|
Retrieve the (colonized) host key fingerprint of the server to be validated.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 5 05:44:21 2012 | http://epydoc.sourceforge.net |