395
391
def _get_vendor_specific_argv(self, username, host, port, subsystem=None,
397
393
"""Returns the argument list to run the subprocess with.
399
395
Exactly one of 'subsystem' and 'command' must be specified.
401
397
raise NotImplementedError(self._get_vendor_specific_argv)