diff --git a/lib/galaxy/jobs/runners/util/cli/shell/rsh.py b/lib/galaxy/jobs/runners/util/cli/shell/rsh.py index 472b9150c549..7935d5ee7191 100644 --- a/lib/galaxy/jobs/runners/util/cli/shell/rsh.py +++ b/lib/galaxy/jobs/runners/util/cli/shell/rsh.py @@ -77,7 +77,9 @@ def connect(self): username=self.username, password=self.password, key_filename=self.private_key, - timeout=self.timeout) + timeout=self.timeout, + allow_agent=False, + look_for_keys=False) def execute(self, cmd, timeout=60):