hostkeys remove
Remove host keys for a specific host from torero
Synopsis
Remove
This command will remove all host keys for a specific host from 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
.
torero hostkeys remove <host> [flags]
Examples
Remove A Host's Keys
Remove all host keys for host 10.0.0.1
.
>_ torero hostkeys remove 10.0.0.1
Options
-h, --help help for remove
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 hostkeys - Manage remote system ssh host keys