401
409
class OpenSSHSubprocessVendor(SubprocessVendor):
402
410
"""SSH vendor that uses the 'ssh' executable from OpenSSH."""
404
414
def _get_vendor_specific_argv(self, username, host, port, subsystem=None,
407
417
'-oForwardX11=no', '-oForwardAgent=no',
408
418
'-oClearAllForwardings=yes', '-oProtocol=2',
409
419
'-oNoHostAuthenticationForLocalhost=yes']