|
|
__init__(self,
hostname=None,
port=22,
username=None,
password=None,
passphrase=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_passphrase=None,
sshproxy_look_for_keys=False,
sshproxy_allow_agent=False,
sshproxy_tunnel=None,
ssh_rootdir='/sbuild-nonexistent/.ssh',
session_instance=None,
logger=None,
loglevel=56)
Initialize an X2GoSSHProxy instance. |
source code
|
|
|
Inherited from paramiko.client.SSHClient:
close,
connect,
exec_command,
get_host_keys,
get_transport,
invoke_shell,
load_host_keys,
load_system_host_keys,
open_sftp,
save_host_keys,
set_log_channel,
set_missing_host_key_policy
Inherited from paramiko.util.ClosingContextManager:
__enter__,
__exit__
Inherited from threading.Thread:
__repr__,
getName,
isAlive,
isDaemon,
is_alive,
join,
setDaemon,
setName,
start
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|