]> git.baikalelectronics.ru Git - kernel.git/commit
torture: Use "-o Batchmode=yes" to disable ssh password requests
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 16 Feb 2022 01:22:32 +0000 (17:22 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 12 Apr 2022 00:08:59 +0000 (17:08 -0700)
commitcc1d3ef1a27d441aedc359f1a6b0b2bed560a778
treea0dd3702811b9330bc1ed6de04ef6508c988762d
parent9a189ec65dc41636969a6bdec60d64e841e2c580
torture: Use "-o Batchmode=yes" to disable ssh password requests

The torture.sh script normally runs unattended, so there is not much
point in the "ssh" command asking for a password.  This commit therefore
adds the "-o Batchmode=yes" argument to each "ssh" command to cause it
to fail rather than ask for a password.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-remote.sh