-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fluster-on-chromeos: Simplify ssh between client and dut
Simplify `ssh` connection between client and DUT by setting the `/root/.ssh/config` to avoid using `-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /home/cros/.ssh/id_rsa` flags on every connection. Keeps only the first `ssh` connection flags which waits until the DUT to be available. Signed-off-by: Denis Yuji Shimizu <[email protected]>
- Loading branch information
1 parent
e993441
commit 3514861
Showing
1 changed file
with
7 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters