missing quote
This commit is contained in:
parent
594649b837
commit
b6ea331db6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
SSH into a machine without checking host key. Useful when servers are in a rescue mode.
|
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.
|
Certbot manual example.
|
||||||
|
|
Loading…
Reference in a new issue