missing quote

This commit is contained in:
benoit 2020-07-17 03:07:11 +00:00
parent 594649b837
commit b6ea331db6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
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
ssh -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -o "GlobalKnownHostsFile=/dev/null"
~~~
Certbot manual example.