kernelci / kernelci-core

Core KernelCI tools
https://kernelci.org
GNU Lesser General Public License v2.1
107 stars 97 forks source link

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

Closed denisyuji closed 3 days ago

denisyuji commented 4 weeks ago

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.

nuclearcat commented 2 weeks ago

Is there any job example where it is tested?

nuclearcat commented 1 week ago

ping

denisyuji commented 3 days ago

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

nuclearcat commented 3 days ago

Excellent, thank you!