Quick question: Where is the remote_execution_ssh_password parameter set for a host?

I’m trying to run OpenSCAP scans, but not every host has the same password by default for remote execution.

(I’m still not fond of putting passwords into configuration settings in the UI.)

@jmrice6640 you can set remote_execution_ssh_password for each host as follow:

From UI:

  1. go to Hosts > All Hosts
  2. Click on edit option of host
  3. In “Parameters” tab, click on “Add Parameter” button
  4. Here you can add “remote_execution_ssh_password” parameter and it’s value

From Hammer:

  • hammer host update --id 2 --parameters remote_execution_ssh_password=PASSWORD --organization-id=2