|
Lines 698-704
static struct {
Link Here
|
| 698 |
{ "fingerprinthash", sFingerprintHash, SSHCFG_GLOBAL }, |
698 |
{ "fingerprinthash", sFingerprintHash, SSHCFG_GLOBAL }, |
| 699 |
{ "disableforwarding", sDisableForwarding, SSHCFG_ALL }, |
699 |
{ "disableforwarding", sDisableForwarding, SSHCFG_ALL }, |
| 700 |
{ "exposeauthinfo", sExposeAuthInfo, SSHCFG_ALL }, |
700 |
{ "exposeauthinfo", sExposeAuthInfo, SSHCFG_ALL }, |
|
|
701 |
#if defined(__OpenBSD__) |
| 701 |
{ "rdomain", sRDomain, SSHCFG_ALL }, |
702 |
{ "rdomain", sRDomain, SSHCFG_ALL }, |
|
|
703 |
#else |
| 704 |
{ "rdomain", sUnsupported, SSHCFG_ALL }, |
| 705 |
#endif |
| 702 |
{ "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL }, |
706 |
{ "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL }, |
| 703 |
{ "securitykeyprovider", sSecurityKeyProvider, SSHCFG_GLOBAL }, |
707 |
{ "securitykeyprovider", sSecurityKeyProvider, SSHCFG_GLOBAL }, |
| 704 |
{ NULL, sBadOption, 0 } |
708 |
{ NULL, sBadOption, 0 } |