X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fssh.py;h=cf890df6f299efde9e62eda0c86764711c711d55;hb=d6e9b4b60c448ec9041febda29e9260eef9cb52a;hp=2816a1c7db70a14227200201baee21b303b3c0fb;hpb=5d0fb5e5ed3fc324cac995994b061b6d449fc869;p=yardstick.git diff --git a/yardstick/ssh.py b/yardstick/ssh.py index 2816a1c7d..cf890df6f 100644 --- a/yardstick/ssh.py +++ b/yardstick/ssh.py @@ -121,7 +121,9 @@ class SSH(object): self._client.connect(self.host, username=self.user, port=self.port, pkey=self.pkey, key_filename=self.key_filename, - password=self.password, timeout=1) + password=self.password, + allow_agent=False, look_for_keys=False, + timeout=1) return self._client except Exception as e: message = ("Exception %(exception_type)s was raised "