|
__init__(self,
hostname=None,
port=22,
username=None,
password=None,
force_password_auth=False,
key_filename=None,
local_host='localhost',
local_port=22022,
remote_host='localhost',
remote_port=22,
known_hosts=None,
add_to_known_hosts=False,
pkey=None,
look_for_keys=False,
allow_agent=False,
sshproxy_host=None,
sshproxy_port=22,
sshproxy_user=None,
sshproxy_password=None,
sshproxy_force_password_auth=False,
sshproxy_key_filename=None,
sshproxy_pkey=None,
sshproxy_look_for_keys=False,
sshproxy_allow_agent=False,
sshproxy_tunnel=None,
ssh_rootdir=os.path.join(_LOCAL_HOME,_X2GO_SSH_ROOTDIR),
session_instance=None,
logger=None,
loglevel=log.loglevel_DEFAULT)
Initialize an X2GoSSHProxy instance. |
source code
|
|
Inherited from threading.Thread :
__repr__ ,
daemon ,
getName ,
ident ,
isAlive ,
isDaemon ,
is_alive ,
join ,
name ,
setDaemon ,
setName ,
start
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|