]> www.infradead.org Git - users/dwmw2/linux.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)
commitb20842baf89955a18ade95e6de6d94be757d6e5f
treea0dd3702811b9330bc1ed6de04ef6508c988762d
parentab3ecd0bce32705e722f356a504694f4fd51d4c0
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