==================
strict host key checking = yes
==================

StrictHostKeyChecking yes

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
strict host key checking = Yes
==================

StrictHostKeyChecking Yes

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
strict host key checking = true
==================

StrictHostKeyChecking true

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
strict host key checking = True
==================

StrictHostKeyChecking True

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
strict host key checking = no
==================

StrictHostKeyChecking no

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
strict host key checking = No
==================

StrictHostKeyChecking No

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
strict host key checking = false
==================

StrictHostKeyChecking false

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
strict host key checking = False
==================

StrictHostKeyChecking False

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
strict host key checking = off
==================

StrictHostKeyChecking off

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
strict host key checking = Off
==================

StrictHostKeyChecking Off

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
strict host key checking = accept-new
==================

StrictHostKeyChecking accept-new

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
strict host key checking = Accept-New
==================

StrictHostKeyChecking Accept-New

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
use irregular casing
==================

StricthOStKeyChecking yes

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
can use equals sign
==================

StricthOStKeyChecking=yes

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
can use equals sign with whitespace
==================

StricthOStKeyChecking = yes

---

(client_config
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
can be specified after host
==================

Host example.com
  StrictHostKeyChecking no

---

(client_config
  (host
    (host_value))
  (strict_host_key_checking
    (strict_host_key_checking_value)))

==================
detect invalid values
==================

StricthOStKeyChecking ja

---

(client_config
  (ERROR
    (UNEXPECTED 'j')))
