Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fluster-on-chromeos: Simplify ssh between client and dut #2721

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

denisyuji
Copy link
Contributor

@denisyuji denisyuji commented Oct 25, 2024

Cosmetic change - 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 to improve code readability.
Keeps only the first ssh connection flags which waits until the DUT to be available.

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]>
@nuclearcat
Copy link
Member

Is there any job example where it is tested?

@nuclearcat
Copy link
Member

ping

@denisyuji
Copy link
Contributor Author

denisyuji commented Nov 18, 2024

Hi @nuclearcat , sorry, lost this one. Sure! See: https://lava.collabora.dev/scheduler/job/16552488

@nuclearcat
Copy link
Member

Excellent, thank you!

@nuclearcat nuclearcat added this pull request to the merge queue Nov 19, 2024
Merged via the queue into kernelci:main with commit 3514861 Nov 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants