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>
Thu, 24 Feb 2022 17:56:47 +0000 (09:56 -0800)
commit604307d39f22a2f3c53cec08dd9b7fc3849b8046
tree1a39a44e1504c0f2429baf8a3855e2559e685468
parent8a39393d4784244e89a29bd4bac70b69022cf9fe
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