Bug 2835

Summary: Missing dump of new configuration options
Product: Portable OpenSSH Reporter: Jakub Jelen <jjelen>
Component: MiscellaneousAssignee: 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:
Description Flags
readconf.c: Dump missing options none

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