| Summary: | Missing certificatefile in -G output | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Jamie Beverly <jamie.r.beverly> | ||||
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED DUPLICATE | ||||||
| Severity: | trivial | ||||||
| Priority: | P5 | ||||||
| Version: | 7.6p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
*** This bug has been marked as a duplicate of bug 2835 *** Close all resolved bugs after release of OpenSSH 7.7. |
Created attachment 3136 [details] patch to add certificatefile output ssh -G foo outputs most config options, but fails to output the list of certificate files. e.g.: cat > config <<-EOT User foo CertificateFile foo-cert.pub IdentityFile foo.key EOT ssh -F config -G asdf | grep -i 'cert.*file' # (no output) Patch attached