==================
force rekeying of the SSH connection = yes
==================

GSSAPIRenewalForcesRekey yes

---

(client_config
  (gssapi_renewal_forces_rekey
    (gssapi_renewal_forces_rekey_value)))

==================
force rekeying of the SSH connection = Yes
==================

GSSAPIRenewalForcesRekey Yes

---

(client_config
  (gssapi_renewal_forces_rekey
    (gssapi_renewal_forces_rekey_value)))

==================
force rekeying of the SSH connection = true
==================

GSSAPIRenewalForcesRekey true

---

(client_config
  (gssapi_renewal_forces_rekey
    (gssapi_renewal_forces_rekey_value)))

==================
force rekeying of the SSH connection = True
==================

GSSAPIRenewalForcesRekey True

---

(client_config
  (gssapi_renewal_forces_rekey
    (gssapi_renewal_forces_rekey_value)))

==================
force rekeying of the SSH connection = no
==================

GSSAPIRenewalForcesRekey no

---

(client_config
  (gssapi_renewal_forces_rekey
    (gssapi_renewal_forces_rekey_value)))

==================
force rekeying of the SSH connection = No
==================

GSSAPIRenewalForcesRekey No

---

(client_config
  (gssapi_renewal_forces_rekey
    (gssapi_renewal_forces_rekey_value)))

==================
force rekeying of the SSH connection = false
==================

GSSAPIRenewalForcesRekey false

---

(client_config
  (gssapi_renewal_forces_rekey
    (gssapi_renewal_forces_rekey_value)))

==================
force rekeying of the SSH connection = False
==================

GSSAPIRenewalForcesRekey False

---

(client_config
  (gssapi_renewal_forces_rekey
    (gssapi_renewal_forces_rekey_value)))

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

GSSAPIRenEWAlForcesRekey yes

---

(client_config
  (gssapi_renewal_forces_rekey
    (gssapi_renewal_forces_rekey_value)))

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

GSSAPIRenEWAlForcesRekey=yes

---

(client_config
  (gssapi_renewal_forces_rekey
    (gssapi_renewal_forces_rekey_value)))

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

GSSAPIRenEWAlForcesRekey = yes

---

(client_config
  (gssapi_renewal_forces_rekey
    (gssapi_renewal_forces_rekey_value)))

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

Host example.com
  GSSAPIRenewalForcesRekey no

---

(client_config
  (host
    (host_value))
  (gssapi_renewal_forces_rekey
    (gssapi_renewal_forces_rekey_value)))

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

GSSAPIRenEWAlForcesRekey ja

---

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