API Documentation
- Native Parallel Client
- Native Single Host Client
KeepAlive
SSHClient
SSHClient.close_channel()
SSHClient.configure_keepalive()
SSHClient.copy_file()
SSHClient.copy_remote_file()
SSHClient.eagain()
SSHClient.eagain_write()
SSHClient.finished()
SSHClient.get_exit_status()
SSHClient.mkdir()
SSHClient.open_session()
SSHClient.poll()
SSHClient.scp_recv()
SSHClient.scp_send()
SSHClient.sftp_get()
SSHClient.sftp_put()
SSHClient.wait_finished()
SSHClient.sock
- ssh-python Parallel Client
- ssh-python Single Host Client
- Base Parallel Client
BaseParallelSSHClient
BaseParallelSSHClient.connect_auth()
BaseParallelSSHClient.copy_file()
BaseParallelSSHClient.copy_remote_file()
BaseParallelSSHClient.finished()
BaseParallelSSHClient.get_last_output()
BaseParallelSSHClient.join()
BaseParallelSSHClient.join_shells()
BaseParallelSSHClient.open_shell()
BaseParallelSSHClient.run_command()
BaseParallelSSHClient.run_shell_commands()
BaseParallelSSHClient.hosts
- Base Single Client
BaseSSHClient
BaseSSHClient.auth()
BaseSSHClient.close_channel()
BaseSSHClient.copy_file()
BaseSSHClient.copy_remote_file()
BaseSSHClient.disconnect()
BaseSSHClient.execute()
BaseSSHClient.get_exit_status()
BaseSSHClient.mkdir()
BaseSSHClient.open_session()
BaseSSHClient.open_shell()
BaseSSHClient.read_output()
BaseSSHClient.read_output_buffer()
BaseSSHClient.read_stderr()
BaseSSHClient.run_command()
BaseSSHClient.scp_recv()
BaseSSHClient.scp_send()
BaseSSHClient.sftp_get()
BaseSSHClient.sftp_put()
BaseSSHClient.wait_finished()
BaseSSHClient.IDENTITIES
BaseSSHClient.sock
InteractiveShell
PollMixIn
Stdin
- Host Output
- Host Config
HostConfig
HostConfig.alias
HostConfig.allow_agent
HostConfig.auth_thread_pool
HostConfig.cert_file
HostConfig.forward_ssh_agent
HostConfig.gssapi_auth
HostConfig.gssapi_client_identity
HostConfig.gssapi_delegate_credentials
HostConfig.gssapi_server_identity
HostConfig.identity_auth
HostConfig.ipv6_only
HostConfig.keepalive_seconds
HostConfig.num_retries
HostConfig.password
HostConfig.port
HostConfig.private_key
HostConfig.proxy_host
HostConfig.proxy_password
HostConfig.proxy_pkey
HostConfig.proxy_port
HostConfig.proxy_user
HostConfig.retry_delay
HostConfig.timeout
HostConfig.user
- Native Tunnel
- Output reader/writer
- Utility functions
- Exceptions
- Constants