288
294
return self._connect(argv)
292
297
except (OSError, IOError), e:
293
298
# If the machine is fast enough, ssh can actually exit
294
299
# before we try and send it the sftp request, which
296
301
if e.errno not in (errno.EPIPE,):
301
305
def _get_vendor_specific_argv(self, username, host, port, subsystem=None,