twisted.conch.test.test_conch.OpenSSHClientMixin
class documentationtwisted.conch.test.test_conch
(View In Hierarchy)
Known subclasses: twisted.conch.test.test_conch.OpenSSHClientForwardingTests, twisted.conch.test.test_conch.OpenSSHClientRekeyTests, twisted.conch.test.test_conch.OpenSSHKeyExchangeTests
Method | execute | Connects to the SSH server started in ConchServerSetupMixin.setUp
by running the 'ssh' command line tool. |
Connects to the SSH server started in ConchServerSetupMixin.setUp
by running the 'ssh' command line tool.
Parameters | remoteCommand | The command (with arguments) to run on the remote end. (type: str) |
sshArgs | Arguments to pass to the 'ssh' process. (type: str) | |
Returns | defer.Deferred |