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