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
- torero - Welcome to torero
- torero hostkeys add - Add a host key to torero
- torero hostkeys clear - Clear out all host keys stored in torero
- torero hostkeys remove - Remove host keys for a specific host from torero
- torero hostkeys scan - Scan a host for its host keys and add them to torero