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