SSH into a machine without checking host key. Useful when servers are in a rescue mode.
This commit is contained in:
parent
5cb5823e4c
commit
594649b837
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
SSH into a machine without checking host key. Useful when servers are in a rescue mode.
|
||||
|
||||
~~~
|
||||
ssh -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -o "GlobalKnownHostsFile=/dev/null
|
||||
~~~
|
||||
|
||||
Certbot manual example.
|
||||
|
||||
~~~
|
||||
|
|
Loading…
Reference in a new issue