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