Bug 2835 - Missing dump of new configuration options
Summary: Missing dump of new configuration options
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Miscellaneous (show other bugs)
Version: 7.6p1
Hardware: Other Linux
: P5 enhancement
Assignee: Assigned to nobody
URL:
Keywords: patch
: 2542 2841 (view as bug list)
Depends on:
Blocks: V_7_8
  Show dependency treegraph
 
Reported: 2018-02-27 06:47 AEDT by Jakub Jelen
Modified: 2021-04-23 15:02 AEST (History)
3 users (show)

See Also:


Attachments
readconf.c: Dump missing options (2.29 KB, patch)
2018-02-27 06:47 AEDT, Jakub Jelen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Jelen 2018-02-27 06:47:47 AEDT
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.
Comment 1 Jamie Beverly 2018-03-21 07:30:57 AEDT
*** Bug 2841 has been marked as a duplicate of this bug. ***
Comment 2 Damien Miller 2018-04-06 13:51:29 AEST
Thanks - patch applied (slightly tweaked).
Comment 3 Damien Miller 2018-07-12 15:49:08 AEST
*** Bug 2542 has been marked as a duplicate of this bug. ***
Comment 4 Damien Miller 2021-04-23 15:02:05 AEST
closing resolved bugs as of 8.6p1 release