| Summary: | Missing dump of new configuration options | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Jakub Jelen <jjelen> | ||||
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | enhancement | CC: | djm, gbajson, jamie.r.beverly | ||||
| Priority: | P5 | Keywords: | patch | ||||
| Version: | 7.6p1 | ||||||
| Hardware: | Other | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2852 | ||||||
| Attachments: |
|
||||||
*** Bug 2841 has been marked as a duplicate of this bug. *** Thanks - patch applied (slightly tweaked). *** Bug 2542 has been marked as a duplicate of this bug. *** closing resolved bugs as of 8.6p1 release |
Created attachment 3131 [details] readconf.c: Dump missing options During a check I noticed that several options are not dumped from the client. The attached parch dumps the missing configuration options: * AddKeysToAgent * IgnoreUnknown * CertificateFile * SyslogFacility This is useful when one needs to re-parse the configuration file that was generated by ssh client. The attached patch adds the missing options.