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