Issue metadata
Sign in to add a comment
|
chromeos sdk, ssh error: file descriptor passing not supported |
||||||||||||||||||||||||
Issue descriptionReproduce step: 1. cros_sdk --delete 2. cros_sdk ssh -o ControlPersist=1m -o ControlMaster=yes -o ControlPath=/tmp/control-socket -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes $DUT_IP true This line should exit 0. For some version of chromeos, the ssh executable shipped with the SDK is broken and it shows mm_send_fd: file descriptor passing not supported mux_client_request_session: send fds failed and exit 255. This issue has ever happened in the past -- 10890.0.0 and 10891.0.0 is broken ( issue 865511 ). Today, I encountered this issue again. ---- There is a workaround for this issue: Run this command inside cros_sdk. sudo emerge net-misc/openssh
,
Oct 31
Hi, anyone could help this bug or give me hint how to investigate this issue?
,
Dec 6
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by bugdroid1@chromium.org
, Oct 29