| commit | e7140f20cb2da1456e6080059eef54cf0f3533f2 | [log] [download] |
|---|---|---|
| author | Darren Tucker <dtucker@zip.com.au> | Tue Jun 10 23:01:51 2008 +1000 |
| committer | Darren Tucker <dtucker@zip.com.au> | Tue Jun 10 23:01:51 2008 +1000 |
| tree | 7c4809d2dbb4b9e93599a2fb29c51a4621f88346 | |
| parent | b06cc4abf8e2eb4d1e14f19911a7e0afde50ee95 [diff] |
- dtucker@cvs.openbsd.org 2008/06/10 04:50:25
[sshd.c channels.h channels.c log.c servconf.c log.h servconf.h sshd.8]
Add extended test mode (-T) and connection parameters for test mode (-C).
-T causes sshd to write its effective configuration to stdout and exit.
-C causes any relevant Match rules to be applied before output. The
combination allows tesing of the parser and config files. ok deraadt djm