mirror of https://github.com/ovh/the-bastion
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
661 B
29 lines
661 B
==================
|
|
selfForgetHostKey
|
|
==================
|
|
|
|
Forget a known host key from your bastion account
|
|
=================================================
|
|
|
|
|
|
.. admonition:: usage
|
|
:class: cmdusage
|
|
|
|
--osh selfForgetHostKey [--host HOST] [--port PORT]
|
|
|
|
.. program:: selfForgetHostKey
|
|
|
|
|
|
.. option:: --host HOST
|
|
|
|
Host to remove from the known_hosts file
|
|
|
|
.. option:: --port PORT
|
|
|
|
Port to look for in the known_hosts file (default: 22)
|
|
|
|
|
|
This command is useful to remove the man-in-the-middle warning when a key has changed,
|
|
however please verify that the host key change is legit before using this command.
|
|
The warning SSH gives is there for a reason.
|