Part of bzrlib.transport.ssh View In Hierarchy
Known subclasses: bzrlib.transport.ssh.LSHSubprocessVendor, bzrlib.transport.ssh.OpenSSHSubprocessVendor, bzrlib.transport.ssh.PLinkSubprocessVendor, bzrlib.transport.ssh.SSHCorpSubprocessVendor
| Method | connect_sftp | Make an SSH connection, and return an SFTPClient. |
| Method | connect_ssh | Make an SSH connection. |
| Method | _connect | Undocumented |
| Method | _get_vendor_specific_argv | Returns the argument list to run the subprocess with. |
Inherited from SSHVendor:
| Method | _raise_connection_error | Raise a SocketConnectionError with properly formatted host. |
| Parameters | username | an ascii string |
| password | an ascii string | |
| host | a host name as an ascii string | |
| port | a port number (type: int) | |
| Returns | (type: paramiko.sftp_client.SFTPClient) | |
| Raises | ConnectionError if it cannot connect. | |
| Returns | an SSHConnection. | |
Exactly one of 'subsystem' and 'command' must be specified.