hostkeys

Manage remote system ssh host keys

Synopsis


The hostkeys management commands allow a user to make adjustments to torero's known_hosts file. torero's known_hosts file exists within the app working directory whose location is set by the configuration variable TORERO_APPLICATION_WORKING_DIR.

When torero itself is creating connections to hosts, it will ensure that the their are no fingerprint mismatches for a particular host/key type combination. This is done for a variety of security reasons, but primarily to prevent man in the middle attacks. Currently, this host scanning is only performed when pulling down repositories.

Options

  -h, --help   help for hostkeys

Options inherited from parent commands

      --config string   Path to the configuration file
      --raw             Displays the result of the command in its raw format
      --verbose         Enable verbose output

SEE ALSO