diff options
Diffstat (limited to 'lib/libktest.sh')
-rw-r--r-- | lib/libktest.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libktest.sh b/lib/libktest.sh index 5b449db..5cfc8f4 100644 --- a/lib/libktest.sh +++ b/lib/libktest.sh @@ -176,7 +176,8 @@ ktest_ssh() -o UserKnownHostsFile=/dev/null \ -o NoHostAuthenticationForLocalhost=yes \ -o ServerAliveInterval=2 \ - -o ControlMaster=no \ + -o ControlMaster=no \ + -o IdentitiesOnly=yes \ ) if [[ -f $ktest_out/vm/ssh_port ]]; then |