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